setDI() setDI(\Phalcon\DiInterface $dependencyInjector) : $this Sets the dependency injector Parameters \Phalcon\DiInterface $dependencyInjector Returns $this
getDI() getDI() : \Phalcon\DiInterface Returns the internal dependency injector Returns \Phalcon\DiInterface
getService() getService( $name) : object Try to register and return service. Parameters $name Throws \Vegas\DI\Service\Exception Returns object
hasService() hasService( $name) : boolean Try to register service and return information about service existence. Parameters $name Returns boolean