Created
July 10, 2013 15:35
-
-
Save charlycoste/5967337 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
$ext_dir = pathinfo(dirname(dirname(__FILE__)), PATHINFO_BASENAME); | |
eval('function ' . $ext_dir . '_ContentActionHandler(&$module, &$http, &$objectID){$a = new stdClass; var_dump($a);}'); | |
// myextension_ContentActionHandler(new stdClass, new stdClass, new stdClass); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment