public function __construct(AsciiBaseWidget $parent) { parent::__construct($parent); }
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; }