예제 #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);
 }