Exemplo n.º 1
0
 function __construct($name, BfoxToolsController $toolsController)
 {
     $this->name = $name;
     $this->toolsController = $toolsController;
     $this->dependencyName = 'depends-bfox-tool-context-' . $this->name;
     $this->updaterClass = 'bfox-tool-context-updater';
     parent::__construct();
 }
Exemplo n.º 2
0
 function __construct($name, BfoxRefsController $refsController, $initRefStr = 'Genesis 1')
 {
     $this->name = $name;
     $this->refsController = $refsController;
     $this->dependencyName = 'depends-bfox-ref-context-' . $this->name;
     $this->updaterClass = 'bfox-ref-context-updater';
     parent::__construct();
     $this->initRef($initRefStr);
 }
 function __construct()
 {
     parent::__construct();
     $this->_autoAddWPFilters();
 }
Exemplo n.º 4
0
 function __construct($name)
 {
     $this->name = $name;
     $this->id = 'bfox-ajax-div-' . $this->name;
     parent::__construct();
 }