Example #1
0
 /**
  * 迭代方法:重置迭代状态,并返回第一个元件
  *
  * @return QForm_Item_Abstract
  */
 function rewind()
 {
     return $this->_elements->rewind();
 }