예제 #1
0
파일: Echo.php 프로젝트: btweedy/foresmo
 /**
  * 
  * Destructor; runs after all methods are complete.
  * 
  * @param array $config User-defined configuration parameters.
  * 
  */
 public function __destruct()
 {
     parent::__destruct();
 }