コード例 #1
0
ファイル: ViewAction.php プロジェクト: hiqdev/hipanel-core
 public function run($id = null)
 {
     if (isset($id)) {
         $this->setId($id);
     }
     return parent::run();
 }