container = $container; return $this; } /** * Get the container object * * @return ContainerInterface */ public function getContainer() { return $this->container; } } // End of ContainerAware.php