class InstalledApp implements AppInterface

Properties

protected Container $container
protected Config $config

Methods

__construct(Container $container, Config $config)

No description

getContainer()

No description

RequestHandlerInterface
getRequestHandler()

No description

bool
needsUpdate()

No description

RequestHandlerInterface
getUpdaterHandler()

No description

string
basePath()

No description

string
subPath($pathName)

No description

Command[]
getConsoleCommands()

No description

Details

__construct(Container $container, Config $config)

Parameters

Container $container
Config $config

getContainer()

RequestHandlerInterface getRequestHandler()

Return Value

RequestHandlerInterface

protected bool needsUpdate()

Return Value

bool

protected RequestHandlerInterface getUpdaterHandler()

Return Value

RequestHandlerInterface

protected string basePath()

Return Value

string

protected string subPath($pathName)

Parameters

$pathName

Return Value

string

Command[] getConsoleCommands()

Return Value

Command[]