PHP 클래스 Deployer\Collection\Collection

상속: implements Deployer\Collection\CollectionInterface, implements Countable
파일 보기 프로젝트 열기: elfet/deployer 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( array $collection = [] ) Collection constructor.
count ( )
get ( $name )
getIterator ( )
has ( $name )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )
set ( $name, $object )
toArray ( ) : array

메소드 상세

__construct() 공개 메소드

Collection constructor.
public __construct ( array $collection = [] )
$collection array

count() 공개 메소드

public count ( )

get() 공개 메소드

public get ( $name )

getIterator() 공개 메소드

public getIterator ( )

has() 공개 메소드

public has ( $name )

offsetExists() 공개 메소드

public offsetExists ( $offset )

offsetGet() 공개 메소드

public offsetGet ( $offset )

offsetSet() 공개 메소드

public offsetSet ( $offset, $value )

offsetUnset() 공개 메소드

public offsetUnset ( $offset )

set() 공개 메소드

public set ( $name, $object )

toArray() 공개 메소드

public toArray ( ) : array
리턴 array