actionConfigTemplate() public method
Creates a configuration file template for the "extract" command.
The created configuration file contains detailed instructions on how to customize it to fit for your needs. After customization, you may use this configuration file with the "extract" command.
public integer actionConfigTemplate ( $filePath ) | ||
---|---|---|
$filePath | string |
Output file name or alias. |
return | integer |
CLI exit code |
throws | yii\console\Exception |
on failure. |
Please login to continue.