コード例 #1
0
ファイル: height.php プロジェクト: famoser/onepagecreator
 public function __construct($height)
 {
     parent::__construct("height", $height);
 }
コード例 #2
0
ファイル: width.php プロジェクト: famoser/onepagecreator
 public function __construct($width)
 {
     parent::__construct("width", $width);
 }