Skip to content

Class Phalcon\Container

Source on GitHub

| Namespace | Phalcon | | Uses | Psr\Container\ContainerInterface, Phalcon\Di\DiInterface | | Implements | ContainerInterface |

PSR-11 Wrapper for Phalcon\Di

Properties

/**
 * @var DiInterface
 */
protected container;

Methods

public function __construct( DiInterface $container );
Phalcon\Container constructor

public function get( mixed $name ): mixed;
Return the service

public function has( mixed $name ): bool;
Whether a service exists or not in the container