LdapTools\Operation\BatchModifyOperation::getBatchArray PHP Метод

getBatchArray() защищенный Метод

protected getBatchArray ( ) : array
Результат array
    protected function getBatchArray()
    {
        $batch = [];
        if (!is_null($this->properties['batch'])) {
            $batch = $this->properties['batch']->getBatchArray();
        }
        return $batch;
    }