Skip to content

Instantly share code, notes, and snippets.

@charlycoste
Created July 10, 2013 15:35
<?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