addPrivateVariable("ciao","Hello World"); $a = function () { echo $this->ciao; } ; $f->addPublicFunction("test", $a); $f->test(); ?>