I have the following (stripped down) code:
You will need to define it as a global variable inside the scope of the function you want to use it at.
function __construct() { global $a; $a->Show(); }