trait ServiceContainerProviderTrait

ServiceContainerProviderTrait

This implements the \MVCFundamental\Interfaces\ServiceContainerProviderInterface

Use with caution: this trait defines magic accessors you must not overwrite in your classes.

Methods

mixed
__call( string $name, array $arguments)

This must allow some shortcuts to access a service

static  mixed
__callStatic( string $name, array $arguments)

This must allow some shortcuts to access a service

Details

at line 45
mixed __call( string $name, array $arguments)

This must allow some shortcuts to access a service

Parameters

string $name
array $arguments

Return Value

mixed

at line 57
static mixed __callStatic( string $name, array $arguments)

This must allow some shortcuts to access a service

Parameters

string $name
array $arguments

Return Value

mixed