__construct() public method

public __construct ( )
コード例 #1
0
 public function __construct($width, $height)
 {
     parent::__construct($width, $height);
 }
コード例 #2
0
ファイル: Box.php プロジェクト: honeybee/honeybee
 public function __construct(Point $top_left, Point $bottom_right)
 {
     parent::__construct([$top_left, $bottom_right]);
 }