PHP 클래스 Nelmio\Alice\Definition\PropertyBag

상속: implements IteratorAggregate, implements Countable
파일 보기 프로젝트 열기: nelmio/alice 1 사용 예제들

공개 메소드들

메소드 설명
count ( ) : integer
getIterator ( )
isEmpty ( ) : boolean
mergeWith ( self $propertyBag ) : self Creates a new instance to which the given properties have been merged. In case of conflicts, the existing values are kept.
with ( Property $property ) : self

메소드 상세

count() 공개 메소드

public count ( ) : integer
리턴 integer

getIterator() 공개 메소드

public getIterator ( )

isEmpty() 공개 메소드

public isEmpty ( ) : boolean
리턴 boolean

mergeWith() 공개 메소드

Creates a new instance to which the given properties have been merged. In case of conflicts, the existing values are kept.
public mergeWith ( self $propertyBag ) : self
$propertyBag self
리턴 self

with() 공개 메소드

public with ( Property $property ) : self
$property Property
리턴 self