示例#1
0
文件: View.php 项目: jo-m/ecamp3
 /**
  * Checks whether a value in the view has been set.
  *
  * @param string $key The member variable to check.
  *
  * @return bool
  */
 public function __isset($key)
 {
     return isset($this->_engine->getContext()->{$key});
 }