コード例 #1
0
ファイル: AbsoluteLayoutData.php プロジェクト: beodob/php-ext
 public function __construct($x, $y)
 {
     parent::__construct();
     $this->setLayoutProperty("x", $anchor);
     $this->setLayoutProperty("y", $anchorSize);
 }
コード例 #2
0
ファイル: FormLayoutData.php プロジェクト: beodob/php-ext
 public function __construct()
 {
     parent::__construct();
 }