コード例 #1
0
ファイル: self_detail.php プロジェクト: biow0lf/evedev-kb
 /**
  * Construct the Alliance Details object.
  * Set up the basic variables of the class and add the functions to the
  *  build queue.
  */
 function __construct()
 {
     parent::__construct();
     $this->queue("start");
     //$this->queue("summaryTable");
     $this->queue("display");
 }
コード例 #2
0
ファイル: cc_detail.php プロジェクト: biow0lf/evedev-kb
 /**
  *  Reset the assembly object to prepare for creating the context.
  */
 function context()
 {
     parent::__construct();
     $this->queue("menuSetup");
     $this->queue("menu");
     $this->queue("topLists");
 }
コード例 #3
0
ファイル: search.php プロジェクト: biow0lf/evedev-kb
 /**
  * Construct the Alliance Details object.
  *
  *  Set up the basic variables of the class and add the functions to the
  *  build queue.
  */
 function __construct()
 {
     parent::__construct();
     $this->queue("start");
     $this->queue("newSearch");
     $this->queue("checkSearch");
 }
コード例 #4
0
ファイル: kill_detail.php プロジェクト: biow0lf/evedev-kb
 /**
  *  Reset the assembly object to prepare for creating the context.
  */
 function context()
 {
     parent::__construct();
     $this->queue("menuSetup");
     $this->queue("menu");
     $this->queue("points");
     $this->queue("map");
 }
コード例 #5
0
ファイル: about.php プロジェクト: biow0lf/evedev-kb
 function __construct()
 {
     parent::__construct();
     $this->queue("start");
     $this->queue("top");
     $this->queue("developers");
     $this->queue("stats");
     $this->queue("theme");
     $this->queue("mods");
     $this->queue("bottom");
 }
コード例 #6
0
ファイル: groupdb.php プロジェクト: biow0lf/evedev-kb
 function __construct()
 {
     parent::__construct();
     $this->queue("start");
     $this->queue("details");
 }
コード例 #7
0
 function context()
 {
     parent::__construct();
     $this->queue('menuSetup');
     $this->queue('menu');
     $this->queue('clock');
     $this->queue('topLists');
 }
コード例 #8
0
ファイル: locked.php プロジェクト: biow0lf/evedev-kb
 function __construct()
 {
     parent::__construct();
     $this->queue("start");
     $this->queue("content");
 }
コード例 #9
0
ファイル: settings.php プロジェクト: 6RUN0/inc_cc
 /**
  * Build context.
  *
  * @return none
  */
 function context()
 {
     parent::__construct();
     $this->queue('menu');
 }