Property | Type | Description | |
---|---|---|---|
$pluginManager |
Method | Description | |
---|---|---|
__construct ( |
Constructor. | |
buildCommands ( ) : |
Gets a list of Symfony Console command. |
Method | Description | |
---|---|---|
buildCommand ( Yosymfony\Spress\Plugin\CommandPluginInterface $commandPlugin ) : |
Build a Symfony Console commands. | |
isValidCommandPlugin ( Yosymfony\Spress\Core\Plugin\PluginInterface $plugin ) : boolean | Is a valid command plugin? |
public __construct ( |
||
$pluginManager |
protected buildCommand ( Yosymfony\Spress\Plugin\CommandPluginInterface $commandPlugin ) : |
||
$commandPlugin | Yosymfony\Spress\Plugin\CommandPluginInterface | |
return | Symfony Console command |
public buildCommands ( ) : |
||
return | Symfony Console commands |
protected isValidCommandPlugin ( Yosymfony\Spress\Core\Plugin\PluginInterface $plugin ) : boolean | ||
$plugin | Yosymfony\Spress\Core\Plugin\PluginInterface | |
return | boolean |