Example #1
0
 public function actionGetStokItem($id)
 {
     echo Item::getStokItem($id);
 }