Adldap\Models\User::getProfilePath PHP 메소드

getProfilePath() 공개 메소드

Returns the users profile file path.
public getProfilePath ( ) : string
리턴 string
    public function getProfilePath()
    {
        return $this->getFirstAttribute($this->schema->profilePath());
    }