__construct() 공개 메소드

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