LdapTools\Object\LdapObjectRepository::getAttributes PHP Method

getAttributes() public method

Get the default attributes that will be selected.
public getAttributes ( ) : array
return array
    public function getAttributes()
    {
        return $this->attributes;
    }