LdapTools\Operation\LdapOperationTrait::getControls PHP Method

getControls() public method

Get the controls set for the operation.
public getControls ( ) : LdapControl[]
return LdapTools\Connection\LdapControl[]
    public function getControls()
    {
        return $this->controls;
    }