LdapTools\BatchModify\BatchCollection::toArray PHP 메소드

toArray() 공개 메소드

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