inject = $this->getInject(); parent::__construct(); } public function getInject() { return 'foo'; } }