Prado\Data\SqlMap\Statements\TSqlMapObjectCollectionTree::collect PHP Méthode

collect() public méthode

public collect ( ) : array
Résultat array object collection
    public function collect()
    {
        while (count($this->_tree) > 0) {
            $this->collectChildren(null, $this->_tree);
        }
        return $this->getCollection();
    }