PHP 클래스 Composer\Installers\CakePHPInstaller

상속: extends Composer\Installers\BaseInstaller
파일 보기 프로젝트 열기: composer/installers 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$locations

공개 메소드들

메소드 설명
getLocations ( ) Change the default plugin location when cakephp >= 3.0
inflectPackageVars ( $vars ) Format package name to CamelCase

보호된 메소드들

메소드 설명
matchesCakeVersion ( string $matcher, string $version ) : boolean Check if CakePHP version matches against a version

메소드 상세

getLocations() 공개 메소드

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

inflectPackageVars() 공개 메소드

Format package name to CamelCase
public inflectPackageVars ( $vars )

matchesCakeVersion() 보호된 메소드

Check if CakePHP version matches against a version
protected matchesCakeVersion ( string $matcher, string $version ) : boolean
$matcher string
$version string
리턴 boolean

프로퍼티 상세

$locations 보호되어 있는 프로퍼티

protected $locations