コード例 #1
0
ファイル: AsciiWidgetFile.php プロジェクト: aimxhaisse/kenavo
 public function __construct(AsciiBaseWidget $parent)
 {
     parent::__construct($parent);
 }
コード例 #2
0
ファイル: Skeleton.php プロジェクト: aimxhaisse/kenavo
 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;
 }