PHP 클래스 Horde_Release_Website, horde

파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_db PDO Database handle.

공개 메소드들

메소드 설명
__construct ( PDO $db ) Constructor.
addNewVersion ( array $info = [] ) Adds a new version to an application.

보호된 메소드들

메소드 설명
_stateFromVersion ( string $version ) : string Returns the release stability of a version.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( PDO $db )
$db PDO Database handle.

_stateFromVersion() 보호된 메소드

Returns the release stability of a version.
protected _stateFromVersion ( string $version ) : string
$version string A version string.
리턴 string Release stability information.

addNewVersion() 공개 메소드

Adds a new version to an application.
public addNewVersion ( array $info = [] )
$info array Hash with the version information. Possible keys: - application: (string) The name of the application. - version: (string) The version string. - state: (string) The version state. One of "stable", "dev", "three". By default automatically detected from "version. - date: (DateTime) The release date. Defaults to today. - pear: (boolean) A PEAR release? Defaults to true. - dir: (string) Optional website directory, if not "application".

프로퍼티 상세

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

Database handle.
protected PDO $_db
리턴 PDO