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

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

Set the default attributes to select.
public setAttributes ( array $attributes )
$attributes array
    public function setAttributes(array $attributes)
    {
        $this->attributes = $attributes;
        return $this;
    }