Skip to content

Commit 5c0f451

Browse files
Added new function to Mage magento#1
1 parent fbfd333 commit 5c0f451

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/Mage.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,11 @@ public static function getConfig()
434434
return self::$_config;
435435
}
436436

437+
public function myTestFunction()
438+
{
439+
return 'my test function. :)';
440+
}
441+
437442
/**
438443
* Add observer to even object
439444
*

0 commit comments

Comments
 (0)