PHP Класс FOF30\Container\ContainerBase

Наследование: extends FOF30\Pimple\Container
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__get ( string $name ) : mixed Magic getter for alternative syntax, e.g. $container->foo instead of $container['foo']
__set ( string $name, mixed $value ) Magic setter for alternative syntax, e.g. $container->foo instead of $container['foo']

Описание методов

__get() публичный Метод

Magic getter for alternative syntax, e.g. $container->foo instead of $container['foo']
public __get ( string $name ) : mixed
$name string
Результат mixed

__set() публичный Метод

Magic setter for alternative syntax, e.g. $container->foo instead of $container['foo']
public __set ( string $name, mixed $value )
$name string The unique identifier for the parameter or object
$value mixed The value of the parameter or a closure for a service