Skip to content

Instantly share code, notes, and snippets.

@jamescowie
Created August 11, 2014 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamescowie/9b1a6458cc4c5787690c to your computer and use it in GitHub Desktop.
Save jamescowie/9b1a6458cc4c5787690c to your computer and use it in GitHub Desktop.
@method phpspec
<?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