PHP 클래스 PhpBench\Report\Generator\Table\Row

상속: extends ArrayObject
파일 보기 프로젝트 열기: dantleech/phpbench 1 사용 예제들

공개 메소드들

메소드 설명
getFormatParams ( ) : array Return the format parameters.
getNames ( ) : string[] Return the cell names for this row.
merge ( array $array ) : Row Merge the given array into the data of this row and return a new instance.
newInstance ( array $array ) : Row Return a new instance of row using the given data but keeping the metadata for this row.
offsetGet ( $offset ) Return the given offset.
setFormatParams ( $formatParams ) Set the format parameters.

메소드 상세

getFormatParams() 공개 메소드

Return the format parameters.
public getFormatParams ( ) : array
리턴 array

getNames() 공개 메소드

Return the cell names for this row.
public getNames ( ) : string[]
리턴 string[]

merge() 공개 메소드

Merge the given array into the data of this row and return a new instance.
public merge ( array $array ) : Row
$array array
리턴 Row

newInstance() 공개 메소드

Return a new instance of row using the given data but keeping the metadata for this row.
public newInstance ( array $array ) : Row
$array array
리턴 Row

offsetGet() 공개 메소드

Throw an exception if the given offset does not exist.
public offsetGet ( $offset )

setFormatParams() 공개 메소드

Set the format parameters.
public setFormatParams ( $formatParams )