Composer\Installers
BaseInstaller::inflectPackageVars() public WC 1.0
For an installer to override to modify the vars per installer.
{} It's a method of the class: BaseInstaller{}
No Hooks.
Return
Array<String,. string>
Usage
$BaseInstaller = new BaseInstaller(); $BaseInstaller->inflectPackageVars( $vars );
- $vars (required)
- -
Code of BaseInstaller::inflectPackageVars() BaseInstaller::inflectPackageVars WC 5.0.0
public function inflectPackageVars($vars)
{
return $vars;
}