示例#1
0
文件: AnchorIf.php 项目: 4app/zuniphp
 public function render()
 {
     if ($this->_if) {
         return parent::render();
     }
 }