Illuminate/Foundation/Auth/User
|
Illuminate\Foundation\Auth\User class
|
- defined in Illuminate/Foundation/Auth/User.php GitHub: 10.x
- used by Domain\User\Models\User
- definition:
- extends <phptag>
$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>
- implements
$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>
- use
$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.