PHP 클래스 DVDoug\BoxPacker\ItemList

저자: Doug Wright
상속: extends SplMaxHeap
파일 보기 프로젝트 열기: dvdoug/boxpacker 1 사용 예제들

공개 메소드들

메소드 설명
asArray ( ) : array Get copy of this list as a standard PHP array
compare ( $itemA, $itemB ) Compare elements in order to place them correctly in the heap while sifting up.

메소드 상세

asArray() 공개 메소드

Get copy of this list as a standard PHP array
public asArray ( ) : array
리턴 array

compare() 공개 메소드

Compare elements in order to place them correctly in the heap while sifting up.
또한 보기: SplMaxHeap::compare()
public compare ( $itemA, $itemB )