limit = $table->getAttribute(Doctrine::ATTR_COLL_LIMIT); } /** * @return integer */ public function getLimit() { return $this->limit; } /** * @return Doctrine_Collection_Iterator_Expandable */ public function getIterator() { return new Doctrine_Collection_Iterator_Expandable($this); } }