PHP Class App\Source\Events\BaseContainerEvent

Inheritance: extends Symfony\Component\EventDispatcher\Event
Afficher le fichier Open project: andrey900/slimcms

Protected Properties

Свойство Type Description
$container Slim\Container
$undefinedObject

Méthodes publiques

Méthode Description
__construct ( Slim\Container $container = null, $param = null )
getContainer ( ) : Slim\Container
getLogger ( )
getParams ( )

Method Details

__construct() public méthode

public __construct ( Slim\Container $container = null, $param = null )
$container Slim\Container

getContainer() public méthode

public getContainer ( ) : Slim\Container
Résultat Slim\Container

getLogger() public méthode

public getLogger ( )

getParams() public méthode

public getParams ( )

Property Details

$container protected_oe property

protected Container,Slim $container
Résultat Slim\Container

$undefinedObject protected_oe property

protected $undefinedObject