Skip to content

Commit

Permalink
Added new function to Mage magento#1
Browse files Browse the repository at this point in the history
  • Loading branch information
jesuserodriguez committed Nov 15, 2012
1 parent fbfd333 commit 5c0f451
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/Mage.php
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,11 @@ public static function getConfig()
return self::$_config;
}

public function myTestFunction()
{
return 'my test function. :)';
}

/**
* Add observer to even object
*
Expand Down

0 comments on commit 5c0f451

Please sign in to comment.