Skip to content

Instantly share code, notes, and snippets.

@colinmurphy
Created March 17, 2016 19:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save colinmurphy/2fabf460a1b5a3e5e4bf to your computer and use it in GitHub Desktop.
Save colinmurphy/2fabf460a1b5a3e5e4bf to your computer and use it in GitHub Desktop.
require_once('app/Mage.php');
Mage::app();
Mage::setIsDeveloperMode(true);
ini_set('display_errors', 1);
$template = Mage::getModel('core/email_template_filter');
var_dump(get_class($template));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment