Skip to content

Phalcon container

NOTE

All classes are prefixed with Phalcon

Container

Source on GitHub

  • Namespace

    • Phalcon
  • Uses

    • Psr\Container\ContainerInterface
    • Phalcon\Di\DiInterface
  • Extends

  • 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