LdapTools\Query\Operator\ContainsOperatorsTrait::getChildren PHP Méthode

getChildren() public méthode

Get all the children operators within an operator.
public getChildren ( ) : BaseOperator[]
Résultat BaseOperator[]
    public function getChildren()
    {
        return $this->children;
    }