class InstalledApp implements AppInterface

Methods

__construct(Container $container, Config $config)

No description

Container
getContainer()

No description

RequestHandlerInterface
getRequestHandler()

No description

bool
needsUpdate()

No description

MiddlewarePipe
getUpdaterHandler()

No description

string
basePath()

No description

string
subPath(string $pathName)

No description

array
getConsoleCommands()

No description

Details

__construct(Container $container, Config $config)

Parameters

Container $container
Config $config

Container getContainer()

Return Value

Container

RequestHandlerInterface getRequestHandler()

Return Value

RequestHandlerInterface

protected bool needsUpdate()

Return Value

bool

protected MiddlewarePipe getUpdaterHandler()

Return Value

MiddlewarePipe

protected string basePath()

Return Value

string

protected string subPath(string $pathName)

Parameters

string $pathName

Return Value

string

array getConsoleCommands()

Return Value

array