LdapTools\Object\LdapObjectRepository::getAttributes PHP Метод

getAttributes() публичный Метод

Get the default attributes that will be selected.
public getAttributes ( ) : array
Результат array
    public function getAttributes()
    {
        return $this->attributes;
    }