PHP 클래스 Scalr\Tests\Functional\Api\V2\Iterator\FilterRule

저자: N.V.
상속: implements ArrayAcces\ArrayAccess, implements Countabl\Countable, implements IteratorAggregat\IteratorAggregate
파일 보기 프로젝트 열기: scalr/scalr

보호된 프로퍼티들

프로퍼티 타입 설명
$filters array ..]

공개 메소드들

메소드 설명
__construct ( array $filters = [] ) FilterRule
__get ( mixed $name ) : mixed Magic getter
__set ( mixed $name, mixed $value ) Magic setter
__toString ( ) : string Gets string representation of object for comparison purposes
count ( )
getFilters ( ) : array Gets filters
getIterator ( )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )

메소드 상세

__construct() 공개 메소드

FilterRule
public __construct ( array $filters = [] )
$filters array optional Key-value array like [filter_name => filter_value, ...]

__get() 공개 메소드

Magic getter
public __get ( mixed $name ) : mixed
$name mixed Filter name
리턴 mixed Returns filter value

__set() 공개 메소드

Magic setter
public __set ( mixed $name, mixed $value )
$name mixed Filter name
$value mixed Filter value

__toString() 공개 메소드

Gets string representation of object for comparison purposes
public __toString ( ) : string
리턴 string

count() 공개 메소드

또한 보기: Countable::count()
public count ( )

getFilters() 공개 메소드

Gets filters
public getFilters ( ) : array
리턴 array Array of filters like [filter_name => filter_value, ...]

getIterator() 공개 메소드

또한 보기: IteratorAggregate::getIterator()
public getIterator ( )

offsetExists() 공개 메소드

또한 보기: ArrayAccess::offsetExists()
public offsetExists ( $offset )

offsetGet() 공개 메소드

또한 보기: ArrayAccess::offsetGet()
public offsetGet ( $offset )

offsetSet() 공개 메소드

또한 보기: ArrayAccess::offsetSet()
public offsetSet ( $offset, $value )

offsetUnset() 공개 메소드

또한 보기: ArrayAccess::offsetUnset()
public offsetUnset ( $offset )

프로퍼티 상세

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

..]
protected array $filters
리턴 array