Esempio n. 1
0
 public function run($id = null)
 {
     if (isset($id)) {
         $this->setId($id);
     }
     return parent::run();
 }