public function onNextendBaseReady()
 {
     parent::onNextendBaseReady();
     require_once dirname(__FILE__) . '/libraries/storage.php';
 }
Пример #2
0
 public function __construct()
 {
     $this->path = dirname(__FILE__);
     $this->assetPath = realpath(N2LIBRARYASSETS);
     parent::__construct();
 }