LdapTools\Object\LdapObjectRepository::setAttributes PHP Method

setAttributes() public method

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