} /**
* Returns the proxy for the given class. If the Enlight_Hook_ProxyFactory hasn't
* already instantiated it, the function instantiates it automatically.
*
* @param class-string $class
*/
public function getProxy($class) { return $this->
getProxyFactory()->
getProxy($class);
} /**
* Checks if a proxy exists for the given class.
*
* @param class-string $class
*
* @return bool
*/
public function hasProxy($class) {