Illuminate/Foundation/Auth/User

From WoozleCodes
Jump to navigation Jump to search
Illuminate\Foundation\Auth\User class

$sNS="Illuminate\Database\Eloquent\Model";

 $arFP = explode('\\',$sNS);
 $sFP = NULL;
 foreach($arFP as $sSeg) {
   if (!is_null($sFP)) {
     $sFP .= '/';
   }
   $sFP .= $sSeg;
 }

echo "$sNS"; </phptag>

    • implements
      • <phptag>

$sNS="Illuminate\Contracts\Auth\Authenticatable";

 $arFP = explode('\\',$sNS);
 $sFP = NULL;
 foreach($arFP as $sSeg) {
   if (!is_null($sFP)) {
     $sFP .= '/';
   }
   $sFP .= $sSeg;
 }

echo "$sNS"; </phptag> as AuthenticatableContract

      • <phptag>

$sNS="Illuminate\Contracts\Auth\Access\Authorizable";

 $arFP = explode('\\',$sNS);
 $sFP = NULL;
 foreach($arFP as $sSeg) {
   if (!is_null($sFP)) {
     $sFP .= '/';
   }
   $sFP .= $sSeg;
 }

echo "$sNS"; </phptag> as AuthorizableContract

      • <phptag>

$sNS="Illuminate\Contracts\Auth\CanResetPassword";

 $arFP = explode('\\',$sNS);
 $sFP = NULL;
 foreach($arFP as $sSeg) {
   if (!is_null($sFP)) {
     $sFP .= '/';
   }
   $sFP .= $sSeg;
 }

echo "$sNS"; </phptag> as CanResetPasswordContract

    • use
      • <phptag>

$sNS="Illuminate\Auth\Authenticatable";

 $arFP = explode('\\',$sNS);
 $sFP = NULL;
 foreach($arFP as $sSeg) {
   if (!is_null($sFP)) {
     $sFP .= '/';
   }
   $sFP .= $sSeg;
 }

echo "$sNS"; </phptag>

      • <phptag>

$sNS="Illuminate\Foundation\Auth\Access\Authorizable";

 $arFP = explode('\\',$sNS);
 $sFP = NULL;
 foreach($arFP as $sSeg) {
   if (!is_null($sFP)) {
     $sFP .= '/';
   }
   $sFP .= $sSeg;
 }

echo "$sNS"; </phptag>

      • <phptag>

$sNS="Illuminate\Auth\Passwords\CanResetPassword";

 $arFP = explode('\\',$sNS);
 $sFP = NULL;
 foreach($arFP as $sSeg) {
   if (!is_null($sFP)) {
     $sFP .= '/';
   }
   $sFP .= $sSeg;
 }

echo "$sNS"; </phptag>

      • <phptag>

$sNS="Illuminate\Auth\MustVerifyEmail";

 $arFP = explode('\\',$sNS);
 $sFP = NULL;
 foreach($arFP as $sSeg) {
   if (!is_null($sFP)) {
     $sFP .= '/';
   }
   $sFP .= $sSeg;
 }

echo "$sNS"; </phptag>

This class has no methods or members; everything is implemented by traits.