actionConfig() public method
Creates a configuration file for the "extract" command using command line options specified
The generated configuration file contains parameters required for source code messages extraction. You may use this configuration file with the "extract" command.
public integer actionConfig ( $filePath ) | ||
---|---|---|
$filePath | string |
Output file name or alias. |
return | integer |
CLI exit code |
throws | yii\console\Exception |
on failure. |
Please login to continue.