示例#1
0
文件: AForm.php 项目: kingsj/core
 /**
  * Open and close form tags
  *
  * @return string
  */
 protected function getTemplate()
 {
     return $this->getParam(self::PARAM_END) ? $this->getEndTemplate() : parent::getTemplate();
 }