Adldap\Models\User::getInfo PHP Method

getInfo() public method

Returns the users info.
public getInfo ( ) : mixed
return mixed
    public function getInfo()
    {
        return $this->getFirstAttribute($this->schema->info());
    }