public attempt (mixed $name, mixed $definition, [mixed $shared]) Attempts to register a service
public __call (string $method, [array $arguments]) Magic method to get or set services using setters/getters
public getRaw (mixed $name) Returns a service definition without resolving
public setShared (mixed $shared) Sets if the service is shared or not
public mixed getShared (string $name, [array $parameters]) Resolves a service, the resolved service
public mixed getDefinition () Returns the service definition
public setEventsManager (Phalcon\Eve
public boolean offsetSet (string $name, mixed $definition) Allows to register a shared service using
public getEventsManager () Returns the internal event manager
public wasFreshInstance () Check whether the last service obtained via getShared produced a fresh instance or an existing one
Page 3 of 6