示例#1
0
 public function __construct(AsciiBaseWidget $parent)
 {
     parent::__construct($parent);
 }
示例#2
0
 public function __construct(AsciiBaseWidget &$aParent)
 {
     parent::__construct($aParent);
     $this->paddings['left'] = 1;
     $this->margins['left'] = 1;
     $this->paddings['right'] = 1;
     $this->margins['right'] = 1;
     $this->margins['bottom'] = 1;
 }