Illuminate/Notifications

From WoozleCodes
Jump to navigation Jump to search
Illuminate\Notifications namespace

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>