__construct() public method

Constructor.
public __construct ( )
コード例 #1
0
ファイル: DynamicStatus.php プロジェクト: jubinpatel/horde
 /**
  */
 public function __construct()
 {
     parent::__construct();
     $GLOBALS['page_output']->growler = true;
 }