示例#1
0
文件: Tip.php 项目: krisldz/Gekosale2
 public function __construct($attributes)
 {
     parent::__construct($attributes);
     $this->_attributes['name'] = '';
     if (isset($this->_attributes['short_tip']) && strlen($this->_attributes['short_tip'])) {
         $this->_attributes['retractable'] = true;
     }
 }
示例#2
0
 public function __construct($attributes)
 {
     parent::__construct($attributes);
     $this->_value = '';
     $this->_globalvalue = '';
     if (isset($this->_attributes['default'])) {
         $this->Populate($attributes['default']);
     }
 }
示例#3
0
 public function __construct($attributes)
 {
     parent::__construct($attributes);
     $this->_attributes['name'] = '';
 }
示例#4
0
 public function __construct($attributes)
 {
     parent::__construct($attributes);
     $this->_children = array();
     $this->_tabsOffset = '';
 }