Prado\Data\SqlMap\Statements\TSqlMapObjectCollectionTree::collect PHP Метод

collect() публичный Метод

public collect ( ) : array
Результат array object collection
    public function collect()
    {
        while (count($this->_tree) > 0) {
            $this->collectChildren(null, $this->_tree);
        }
        return $this->getCollection();
    }