コード例 #1
0
ファイル: bullet.php プロジェクト: jordanmanning/ezpublish
 /**
  * Returns true if the property $name is set, otherwise false.
  *
  * @param string $name     
  * @return bool
  * @ignore
  */
 public function __isset($name)
 {
     return array_key_exists($name, $this->properties) || parent::__isset($name);
 }