implements Phalcon\DiInterface,
public getRaw (mixed $name) Returns a service definition without resolving
public get (mixed $name, [mixed $parameters]) Resolves the service based on its configuration
public setRaw (mixed $name, Phalcon
public remove (mixed $name) Removes a service in the services container It also removes any shared instance created
public has (mixed $name) Check whether the DI contains a service by a name
public setInternalEventsManager (Pha
public getServices () Return the services registered in the DI
public getInternalEventsManager () Returns the internal event manager
public static reset () Resets the internal default DI
Page 2 of 3