Adldap\Models\User::getProfilePath PHP Method

getProfilePath() public method

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