PHP 클래스 Eris\Quantifier\Size

상속: implements Countabl\Countable
파일 보기 프로젝트 열기: giorgiosironi/eris 1 사용 예제들

공개 메소드들

메소드 설명
at ( $position )
count ( )
limit ( $maximumNumber )
max ( )
withLinearGrowth ( $maximum )
withTriangleGrowth ( $maximum )

비공개 메소드들

메소드 설명
__construct ( array $list )
generateList ( $maximum, callable $growth )
linearGrowth ( $n )
triangleNumber ( $n ) Growth which approximates (n^2)/2.

메소드 상세

at() 공개 메소드

public at ( $position )

count() 공개 메소드

public count ( )

limit() 공개 메소드

public limit ( $maximumNumber )

max() 공개 메소드

public max ( )

withLinearGrowth() 공개 정적인 메소드

public static withLinearGrowth ( $maximum )

withTriangleGrowth() 공개 정적인 메소드

public static withTriangleGrowth ( $maximum )