PHP 클래스 Pop\Version

저자: Nick Sagona, III ([email protected])
파일 보기 프로젝트 열기: nicksagona/PopPHP 1 사용 예제들

공개 메소드들

메소드 설명
check ( integer $ret = Version::PLAIN ) : string | array Returns an output of dependencies
compareVersion ( string $ver ) : integer Returns the version of this library install.
getLatest ( ) : string | null Returns the latest version available.
getVersion ( ) : string Returns the version of this library install.

메소드 상세

check() 공개 정적인 메소드

Returns an output of dependencies
public static check ( integer $ret = Version::PLAIN ) : string | array
$ret integer
리턴 string | array

compareVersion() 공개 정적인 메소드

Returns the version of this library install.
public static compareVersion ( string $ver ) : integer
$ver string
리턴 integer

getLatest() 공개 정적인 메소드

Returns the latest version available.
public static getLatest ( ) : string | null
리턴 string | null

getVersion() 공개 정적인 메소드

Returns the version of this library install.
public static getVersion ( ) : string
리턴 string