PHP 클래스 Scalr\Model\Collections\ArrayCollection

This is the collection of the AbstractEntity objects
부터: 4.5.2 (13.03.2014)
저자: Vitaliy Demidov ([email protected])
상속: extends ArrayIterato\ArrayIterator
파일 보기 프로젝트 열기: scalr/scalr 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$totalNumber integer This property is set after use find() method

공개 메소드들

메소드 설명
__call ( string $name, array $args ) : AbstractEntity Implements some convenient magic methods
__construct ( array $array = [] ) Constructor
getIterator ( ) : Iterator This method is used for compatibility with IteratorAggregate

메소드 상세

__call() 공개 메소드

Implements some convenient magic methods
public __call ( string $name, array $args ) : AbstractEntity
$name string The method name
$args array The arguments
리턴 Scalr\Model\AbstractEntity Returns array of the found entities

__construct() 공개 메소드

Constructor
public __construct ( array $array = [] )
$array array optional

getIterator() 공개 메소드

This method is used for compatibility with IteratorAggregate
또한 보기: IteratorAggregate::getIterator()
public getIterator ( ) : Iterator
리턴 Iterator

프로퍼티 상세

$totalNumber 공개적으로 프로퍼티

This property is set after use find() method
public int $totalNumber
리턴 integer