__construct() public method

Constructor.
public __construct ( )
コード例 #1
0
ファイル: Autocomplete.php プロジェクト: raz0rsdge/horde
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->_files[] = new Horde_Script_File_JsDir('autocomplete.js', 'imp');
     $this->_files[] = new Horde_Script_File_JsDir('external/latinize.js', 'imp');
 }
コード例 #2
0
ファイル: Autocomplete.php プロジェクト: horde/horde
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->_files[] = new Horde_Script_File_JsDir('autocomplete.js', 'horde');
     $this->_files[] = new Horde_Script_File_JsDir('liquidmetal.js', 'horde');
 }