コード例 #1
0
ファイル: Collection.php プロジェクト: btweedy/foresmo
 /**
  * 
  * Destructor; runs after all methods are complete.
  * 
  * @param array $config Configuration value overrides, if any.
  * 
  */
 public function __destruct()
 {
     parent::__destruct();
 }