public function __construct($id = false, $table = null, $ds = null) { $this->transitions += array('hardwire' => array('parked' => 'idling', 'stalled' => 'stalled')); parent::__construct($id, $table, $ds); }
function Vehicle($object = null) { parent::__construct($object); }