PHP Class Composer\Installers\CakePHPInstaller

Inheritance: extends Composer\Installers\BaseInstaller
Afficher le fichier Open project: composer/installers Class Usage Examples

Protected Properties

Свойство Type Description
$locations

Méthodes publiques

Méthode Description
getLocations ( ) Change the default plugin location when cakephp >= 3.0
inflectPackageVars ( $vars ) Format package name to CamelCase

Méthodes protégées

Méthode Description
matchesCakeVersion ( string $matcher, string $version ) : boolean Check if CakePHP version matches against a version

Method Details

getLocations() public méthode

Change the default plugin location when cakephp >= 3.0
public getLocations ( )

inflectPackageVars() public méthode

Format package name to CamelCase
public inflectPackageVars ( $vars )

matchesCakeVersion() protected méthode

Check if CakePHP version matches against a version
protected matchesCakeVersion ( string $matcher, string $version ) : boolean
$matcher string
$version string
Résultat boolean

Property Details

$locations protected_oe property

protected $locations