PHP Class ManaPHP\Cli\Application

Inheritance: extends ManaPHP\Application
Datei anzeigen Open project: manaphp/manaphp

Protected Properties

Property Type Description
$_args array
$_controllerAliases array

Public Methods

Method Description
__construct ( Loader $loader, ManaPHP\DiInterface $dependencyInjector = null ) Application constructor.
handle ( array $args = null ) : integer

Method Details

__construct() public method

Application constructor.
public __construct ( Loader $loader, ManaPHP\DiInterface $dependencyInjector = null )
$loader ManaPHP\Loader
$dependencyInjector ManaPHP\DiInterface

handle() public method

public handle ( array $args = null ) : integer
$args array
return integer

Property Details

$_args protected_oe property

protected array $_args
return array

$_controllerAliases protected_oe property

protected array $_controllerAliases
return array