PHP 클래스 PhpBrew\Platform\PlatformInfo

파일 보기 프로젝트 열기: phpbrew/phpbrew

공개 메소드들

메소드 설명
getInstance ( )
isCentOS ( )
isDebian ( )
isLinux ( )
isMac ( )

보호된 메소드들

메소드 설명
createPlatform ( $kernelName )

비공개 메소드들

메소드 설명
__construct ( PhpBrew\Platform\Platform $platform )
isDarwinKernel ( $kernelName )
isLinuxKernel ( $kernelName )
isWindowsKernel ( $kernelName )

메소드 상세

createPlatform() 보호된 정적인 메소드

protected static createPlatform ( $kernelName )

getInstance() 공개 정적인 메소드

public static getInstance ( )

isCentOS() 공개 메소드

public isCentOS ( )

isDebian() 공개 메소드

public isDebian ( )

isLinux() 공개 메소드

public isLinux ( )

isMac() 공개 메소드

public isMac ( )