PHP Class PhpBrew\Platform\PlatformInfo

Afficher le fichier Open project: phpbrew/phpbrew

Méthodes publiques

Méthode Description
getInstance ( )
isCentOS ( )
isDebian ( )
isLinux ( )
isMac ( )

Méthodes protégées

Méthode Description
createPlatform ( $kernelName )

Private Methods

Méthode Description
__construct ( PhpBrew\Platform\Platform $platform )
isDarwinKernel ( $kernelName )
isLinuxKernel ( $kernelName )
isWindowsKernel ( $kernelName )

Method Details

createPlatform() protected static méthode

protected static createPlatform ( $kernelName )

getInstance() public static méthode

public static getInstance ( )

isCentOS() public méthode

public isCentOS ( )

isDebian() public méthode

public isDebian ( )

isLinux() public méthode

public isLinux ( )

isMac() public méthode

public isMac ( )