LdapTools\Ldif\Entry\LdifEntryTrait::getControls PHP Method

getControls() public method

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