Created
August 11, 2014 20:19
-
-
Save jamescowie/9b1a6458cc4c5787690c to your computer and use it in GitHub Desktop.
@method phpspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
@method string getProductName() getProductName(int $id) Return string value for product name | |
class Jcowie_PHPSpec_Model_Product extends Mage_Core_Model_Abstract | |
{ | |
public function _construct() | |
{ | |
$this->_init('phpspec/product'); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment