예제 #1
0
 /**
  * __construct
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct(null);
 }
예제 #2
0
 public function __construct()
 {
     $filePath = sprintf("%s/Framework.config", realpath(dirname(__FILE__)));
     parent::__construct($filePath);
 }