Example #1
0
 /**
  * 迭代方法:返回下一个元件
  *
  * @return QForm_Item_Abstract
  */
 function next()
 {
     return $this->_elements->next();
 }