serviceLocator = $serviceLocator; return $this; } /** * Get service locator * * @return ServiceLocatorInterface */ public function getServiceLocator() { return $this->serviceLocator; } }