LdapTools\Operation\BatchModifyOperation::getBatchArray PHP Méthode

getBatchArray() protected méthode

protected getBatchArray ( ) : array
Résultat array
    protected function getBatchArray()
    {
        $batch = [];
        if (!is_null($this->properties['batch'])) {
            $batch = $this->properties['batch']->getBatchArray();
        }
        return $batch;
    }