LdapTools\BatchModify\BatchCollection::toArray PHP Méthode

toArray() public méthode

Get an array containing all the batch action objects.
public toArray ( ) : Batch[]
Résultat Batch[]
    public function toArray()
    {
        return $this->batches;
    }