LdapTools\BatchModify\BatchCollection::toArray PHP Method

toArray() public method

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