Created
September 16, 2013 18:17
-
-
Save svenvarkel/6584403 to your computer and use it in GitHub Desktop.
Extension_A_Model_Product
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
class Extension_A_Model_Product extends Mage_Catalog_Model_Product | |
public function doSomethingImportant(){ | |
//does something important | |
} | |
public function transformProductDescription(){ | |
//transforms product descripton to something else | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment