__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]);
 }