D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
probwael
/
certfee.com
/
vendor
/
anayarojo
/
shoppingcart
/
tests
/
Fixtures
/
Filename :
ProductModel.php
back
Copy
<?php namespace Gloudemans\Tests\Shoppingcart\Fixtures; class ProductModel { public $someValue = 'Some value'; public function find($id) { return $this; } }