Copyright 2012-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Автор: Michael Slusarz (slusarz@horde.org)
Наследование: extends Horde_Script_Package
Пример #1
0
 /**
  * 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
 /**
  * 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');
 }