environment = $environment; } /** * Activate the error handler */ public function register() { } /** * @param string $environment */ public function setEnvironment($environment) { $this->environment = $environment; } /** * @return string */ public function getEnvironment() { return $this->environment; } }