App\Source\Events\BaseAppEvent::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( Slim\App $app = null, $param = null )
$app Slim\App
    public function __construct(App $app = null, $param = null)
    {
        $this->app = $app;
        $this->container = $app->getContainer();
        $this->undefinedObject = $param;
    }