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