__construct() 공개 메소드

Constructor.
public __construct ( )
예제 #1
0
 /**
  */
 public function __construct()
 {
     parent::__construct();
     $GLOBALS['page_output']->growler = true;
 }