Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. <?php
  2.  
  3. class ProductIndex
  4. {
  5.     protected $title;
  6.     protected $title_en;
  7.     protected $description;
  8.     protected $description_en;
  9.     protected $photo;
  10.     protected $category;
  11.     protected $categoryTree;
  12.     ....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement