示例#1
0
 public function __construct($size)
 {
     parent::__construct($size, true);
     // turbocharched
 }
 public function __construct(SuperGreenEngine $green_engine)
 {
     parent::__construct($green_engine->getEngineSize(), false);
 }
示例#3
0
 public function __construct($size)
 {
     parent::__construct($size, false);
     // not turbocharched
 }