Exemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     // todo: psr0 need verify
     $this->classname = 'fx_infoblock_visual';
     $this->json_encode = array('wrapper_visual', 'template_visual');
     $this->order('priority');
 }
Exemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->json_encode = array('format');
     $this->order = 'priority';
 }
Exemplo n.º 3
0
 public function __construct()
 {
     parent::__construct();
     $this->order[] = 'priority asc';
 }
Exemplo n.º 4
0
 public function __construct($table = null)
 {
     parent::__construct($table);
     $this->setComponent(fx::getComponentNameByClass(get_class($this)));
 }