示例#1
0
文件: Task.php 项目: netresearch/kite
 /**
  * Handle name
  *
  * @param mixed $offset The variable name
  *
  * @return bool
  */
 public function offsetExists($offset)
 {
     return $offset === 'name' || parent::offsetExists($offset);
 }