Illuminate/Notifications
Jump to navigation
Jump to search
|
Illuminate\Notifications namespace
|
- files: GitHub: 10.x
- Laravel docs:
Traits
- <phptag>
$sNS="Illuminate\Notifications\HasDatabaseNotifications";
$arFP = explode('\\',$sNS);
$sFP = NULL;
foreach($arFP as $sSeg) {
if (!is_null($sFP)) {
$sFP .= '/';
}
$sFP .= $sSeg;
}
echo "$sNS"; </phptag>
- <phptag>
$sNS="Illuminate\Notifications\Notifiable";
$arFP = explode('\\',$sNS);
$sFP = NULL;
foreach($arFP as $sSeg) {
if (!is_null($sFP)) {
$sFP .= '/';
}
$sFP .= $sSeg;
}
echo "$sNS"; </phptag>
- <phptag>
$sNS="Illuminate\Notifications\RoutesNotifications";
$arFP = explode('\\',$sNS);
$sFP = NULL;
foreach($arFP as $sSeg) {
if (!is_null($sFP)) {
$sFP .= '/';
}
$sFP .= $sSeg;
}
echo "$sNS"; </phptag>
Namespaces
- <phptag>
$sNS="Illuminate\Notifications\Messages";
$arFP = explode('\\',$sNS);
$sFP = NULL;
foreach($arFP as $sSeg) {
if (!is_null($sFP)) {
$sFP .= '/';
}
$sFP .= $sSeg;
}
echo "$sNS"; </phptag>