×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: PHP
Posted by: user165e7
Added: Mar 22, 2018 3:09 PM
Views: 2943
Tags: no tags
  1. <?php
  2.  
  3. class ProductController
  4. {
  5.  
  6.  
  7.                 public function actionList()
  8.                 {
  9.                         return true;
  10.                 }
  11.  
  12.  
  13. }