value = $value; } public function __toString() { return $this->value; } public function getName() { return 'foo'; } public function getGlobals() { return array( 'global_from_helper' => 'helper lorem ipsum', ); } }