Di::attempt
  • References/PHP/Phalcon/Di

public attempt (mixed $name, mixed $definition, [mixed $shared]) Attempts to register a service

2025-01-10 15:47:30
Di::__call
  • References/PHP/Phalcon/Di

public __call (string $method, [array $arguments]) Magic method to get or set services using setters/getters

2025-01-10 15:47:30
Di::getRaw
  • References/PHP/Phalcon/Di

public getRaw (mixed $name) Returns a service definition without resolving

2025-01-10 15:47:30
Di\Service::setShared
  • References/PHP/Phalcon/Di/Service

public setShared (mixed $shared) Sets if the service is shared or not

2025-01-10 15:47:30
Di::getShared
  • References/PHP/Phalcon/Di

public mixed getShared (string $name, [array $parameters]) Resolves a service, the resolved service

2025-01-10 15:47:30
Di\Service::getDefinition
  • References/PHP/Phalcon/Di/Service

public mixed getDefinition () Returns the service definition

2025-01-10 15:47:30
Di\Injectable::setEventsManager
  • References/PHP/Phalcon/Di/Injectable

public setEventsManager (Phalcon\Eve

2025-01-10 15:47:30
Di::offsetSet
  • References/PHP/Phalcon/Di

public boolean offsetSet (string $name, mixed $definition) Allows to register a shared service using

2025-01-10 15:47:30
Di\Injectable::getEventsManager
  • References/PHP/Phalcon/Di/Injectable

public getEventsManager () Returns the internal event manager

2025-01-10 15:47:30
Di::wasFreshInstance
  • References/PHP/Phalcon/Di

public wasFreshInstance () Check whether the last service obtained via getShared produced a fresh instance or an existing one

2025-01-10 15:47:30