PHP Class App\Source\Events\BaseAppEvent

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

Protected Properties

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

Méthodes publiques

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

Method Details

__construct() public méthode

public __construct ( Slim\App $app = null, $param = null )
$app Slim\App

getApp() public méthode

public getApp ( ) : Slim\App
Résultat Slim\App

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

$app protected_oe property

protected App,Slim $app
Résultat Slim\App

$container protected_oe property

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

$undefinedObject protected_oe property

protected $undefinedObject