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