PHP Class luya\console\commands\ActiveWindowController

Since: 1.0.0-beta4
Author: Basil Suter ([email protected])
Inheritance: extends luya\console\Command
Show file Open project: luyadev/luya Class Usage Examples

Public Properties

Property Type Description
$suffix The suffix for an Active Window classes to generate.

Public Methods

Method Description
actionCreate ( ) Create a new ActiveWindow class based on you properties.
renderWindowClassView ( string $className, $namespace, string $moduleId ) : string Render the view file with its parameters.

Method Details

actionCreate() public method

Create a new ActiveWindow class based on you properties.
public actionCreate ( )

renderWindowClassView() public method

Render the view file with its parameters.
public renderWindowClassView ( string $className, $namespace, string $moduleId ) : string
$className string
$moduleId string
return string

Property Details

$suffix public property

The suffix for an Active Window classes to generate.
public $suffix