コード例 #1
0
ファイル: Node.php プロジェクト: bluesnowman/Chimera
 /**
  * This destructor ensures that any resources are properly disposed.
  *
  * @access public
  */
 public function __destruct()
 {
     parent::__destruct();
     unset($this->next);
     unset($this->previous);
     unset($this->value);
 }
コード例 #2
0
ファイル: Task.php プロジェクト: bluesnowman/Chimera
 /**
  * This destructor ensures that any resources are properly disposed.
  *
  * @access public
  */
 public function __destruct()
 {
     parent::__destruct();
     unset($this->blackboard);
     unset($this->policy);
     unset($this->title);
 }
コード例 #3
0
ファイル: LinkedList.php プロジェクト: bluesnowman/Chimera
 /**
  * This destructor ensures that any resources are properly disposed.
  *
  * @access public
  */
 public function __destruct()
 {
     parent::__destruct();
     unset($this->count);
     unset($this->head);
     unset($this->tail);
 }
コード例 #4
0
ファイル: Enum.php プロジェクト: bluesnowman/Chimera
 /**
  * This destructor ensures that any resources are properly disposed.
  *
  * @access public
  */
 public function __destruct()
 {
     parent::__destruct();
     unset($this->__name);
     unset($this->__ordinal);
     unset($this->__value);
 }
コード例 #5
0
ファイル: Creator.php プロジェクト: bluesnowman/Chimera
 /**
  * This destructor ensures that any resources are properly disposed.
  *
  * @access public
  */
 public function __destruct()
 {
     parent::__destruct();
     unset($this->data);
     unset($this->file);
     unset($this->image);
     unset($this->uri);
 }
コード例 #6
0
ファイル: Scanner.php プロジェクト: bluesnowman/Chimera
 /**
  * This destructor ensures that any resources are properly disposed.
  *
  * @access public
  */
 public function __destruct()
 {
     parent::__destruct();
     $this->dispose();
     unset($this->current);
     unset($this->reader);
     unset($this->rules);
 }
コード例 #7
0
ファイル: Whitespace.php プロジェクト: bluesnowman/Chimera
 /**
  * This destructor ensures that any resources are properly disposed.
  *
  * @access public
  */
 public function __destruct()
 {
     parent::__destruct();
     unset($this->whitespace);
 }
コード例 #8
0
ファイル: BitField.php プロジェクト: bluesnowman/Chimera
 /**
  * This destructor ensures that any resources are properly disposed.
  *
  * @access public
  */
 public function __destruct()
 {
     parent::__destruct();
     unset($this->boundary);
     unset($this->pattern);
     unset($this->values);
 }
コード例 #9
0
ファイル: Character.php プロジェクト: bluesnowman/Chimera
 /**
  * This destructor ensures that any resources are properly disposed.
  *
  * @access public
  */
 public function __destruct()
 {
     parent::__destruct();
     unset($this->value);
 }
コード例 #10
0
ファイル: Client.php プロジェクト: bluesnowman/Chimera
 /**
  * This destructor ensures that any resources are properly disposed.
  *
  * @access public
  */
 public function __destruct()
 {
     parent::__destruct();
     unset($this->options);
     unset($this->url);
 }
コード例 #11
0
ファイル: Tuple.php プロジェクト: bluesnowman/Chimera
 /**
  * This destructor ensures that any resources are properly disposed.
  *
  * @access public
  */
 public function __destruct()
 {
     parent::__destruct();
     unset($this->token);
     unset($this->type);
 }
コード例 #12
0
ファイル: Symbol.php プロジェクト: bluesnowman/Chimera
 /**
  * This destructor ensures that any resources are properly disposed.
  *
  * @access public
  */
 public function __destruct()
 {
     parent::__destruct();
     unset($this->symbol);
 }
コード例 #13
0
ファイル: Translation.php プロジェクト: bluesnowman/Chimera
 /**
  * This destructor ensures that any resources are properly disposed.
  *
  * @access public
  */
 public function __destruct()
 {
     parent::__destruct();
     unset($this->field);
     unset($this->metadata);
 }
コード例 #14
0
ファイル: Advice.php プロジェクト: bluesnowman/Chimera
 /**
  * This destructor ensures that any resources are properly disposed.
  *
  * @access public
  */
 public function __destruct()
 {
     parent::__destruct();
     unset($this->joinPoint);
     unset($this->pointcuts);
 }
コード例 #15
0
ファイル: Currency.php プロジェクト: bluesnowman/Chimera
 /**
  * This destructor ensures that any resources are properly disposed.
  *
  * @access public
  */
 public function __destruct()
 {
     parent::__destruct();
     unset($this->currency);
 }
コード例 #16
0
ファイル: Keyword.php プロジェクト: bluesnowman/Chimera
 /**
  * This destructor ensures that any resources are properly disposed.
  *
  * @access public
  */
 public function __destruct()
 {
     parent::__destruct();
     unset($this->keywords);
 }
コード例 #17
0
ファイル: Reader.php プロジェクト: bluesnowman/Chimera
 /**
  * This destructor ensures that any resources are properly disposed.
  *
  * @access public
  */
 public function __destruct()
 {
     parent::__destruct();
     $this->dispose();
     unset($this->mark);
 }
コード例 #18
0
ファイル: Terminal.php プロジェクト: bluesnowman/Chimera
 /**
  * This destructor ensures that any resources are properly disposed.
  *
  * @access public
  */
 public function __destruct()
 {
     parent::__destruct();
     unset($this->terminal);
 }
コード例 #19
0
 /**
  * This destructor ensures that any resources are properly disposed.
  *
  * @access public
  */
 public function __destruct()
 {
     parent::__destruct();
     unset($this->resources);
 }
コード例 #20
0
 /**
  * This destructor ensures that any resources are properly disposed.
  *
  * @access public
  */
 public function __destruct()
 {
     parent::__destruct();
     unset($this->encoding);
     unset($this->file_name);
     unset($this->index);
     unset($this->lookup);
     unset($this->objects);
     unset($this->prototype);
 }
コード例 #21
0
ファイル: String.php プロジェクト: bluesnowman/Chimera
 /**
  * This destructor ensures that any resources are properly disposed.
  *
  * @access public
  */
 public function __destruct()
 {
     parent::__destruct();
     unset($this->position);
     unset($this->string);
 }
コード例 #22
0
ファイル: HashSet.php プロジェクト: bluesnowman/Chimera
 /**
  * This destructor ensures that any resources are properly disposed.
  *
  * @access public
  */
 public function __destruct()
 {
     parent::__destruct();
     unset($this->count);
     unset($this->elements);
     unset($this->pointer);
 }
コード例 #23
0
ファイル: JoinPoint.php プロジェクト: bluesnowman/Chimera
 /**
  * This destructor ensures that any resources are properly disposed.
  *
  * @access public
  */
 public function __destruct()
 {
     parent::__destruct();
     unset($this->adviceType);
     unset($this->arguments);
     unset($this->closure);
     unset($this->exception);
     unset($this->pointcut);
     unset($this->properties);
     unset($this->returnedValue);
 }
コード例 #24
0
ファイル: Country.php プロジェクト: bluesnowman/Chimera
 /**
  * This destructor ensures that any resources are properly disposed.
  *
  * @access public
  */
 public function __destruct()
 {
     parent::__destruct();
     unset($this->country);
 }
コード例 #25
0
ファイル: Definition.php プロジェクト: bluesnowman/Chimera
 /**
  * This destructor ensures that any resources are properly disposed.
  *
  * @access public
  */
 public function __destruct()
 {
     parent::__destruct();
     unset($this->definition);
 }
コード例 #26
0
ファイル: Delimiter.php プロジェクト: bluesnowman/Chimera
 /**
  * This destructor ensures that any resources are properly disposed.
  *
  * @access public
  */
 public function __destruct()
 {
     parent::__destruct();
     unset($this->delimiter);
 }
コード例 #27
0
ファイル: Stack.php プロジェクト: bluesnowman/Chimera
 /**
  * This destructor ensures that any resources are properly disposed.
  *
  * @access public
  */
 public function __destruct()
 {
     parent::__destruct();
     unset($this->list);
 }
コード例 #28
0
ファイル: ByteString.php プロジェクト: bluesnowman/Chimera
 /**
  * This destructor ensures that any resources are properly disposed.
  *
  * @access public
  */
 public function __destruct()
 {
     parent::__destruct();
     unset($this->hexcode);
     unset($this->length);
 }
コード例 #29
0
ファイル: Message.php プロジェクト: bluesnowman/Chimera
 /**
  * This destructor ensures that any resources are properly disposed.
  *
  * @access public
  */
 public function __destruct()
 {
     parent::__destruct();
     unset($this->body);
     unset($this->headers);
     unset($this->id);
     unset($this->protocol);
     unset($this->status);
 }
コード例 #30
0
ファイル: Handler.php プロジェクト: bluesnowman/Chimera
 /**
  * This destructor ensures that any resources are properly disposed.
  *
  * @access public
  */
 public function __destruct()
 {
     parent::__destruct();
     unset($this->parsers);
 }