PHP 클래스 DNBranchList

상속: extends ArrayList
파일 보기 프로젝트 열기: silverstripe/deploynaut 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$builds array
$data DNData
$loaded boolean
$project DNProject
$refs_dir string

공개 메소드들

메소드 설명
__construct ( DNProject $project, DNData $data )
byName ( $name ) : string Find a branch in this set by branch name.
getIterator ( ) : ArrayIterator Returns an Iterator for this ArrayList.
get_refs_dir ( )
set_refs_dir ( $refsDir )

보호된 메소드들

메소드 설명
getReferences ( ) : array

메소드 상세

__construct() 공개 메소드

public __construct ( DNProject $project, DNData $data )
$project DNProject
$data DNData

byName() 공개 메소드

Find a branch in this set by branch name.
public byName ( $name ) : string
$name
리턴 string

getIterator() 공개 메소드

This function allows you to use ArrayList in foreach loops

getReferences() 보호된 메소드

protected getReferences ( ) : array
리턴 array

get_refs_dir() 공개 정적인 메소드

public static get_refs_dir ( )

set_refs_dir() 공개 정적인 메소드

public static set_refs_dir ( $refsDir )

프로퍼티 상세

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

protected array $builds
리턴 array

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

protected DNData $data
리턴 DNData

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

protected bool $loaded
리턴 boolean

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

protected DNProject $project
리턴 DNProject

$refs_dir 보호되어 있는 정적으로 프로퍼티

protected static string $refs_dir
리턴 string