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();
    }