setContainer($container); } protected $container; public function setContainer(Container $container) { $this->container = $container; return $this; } public function getContainer() { return $this->container; } }