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