PHP 클래스 MultiGraph, GotCms

상속: implements Countable, implements ArrayAccess, implements Iterator
파일 보기 프로젝트 열기: gotcms/gotcms

공개 프로퍼티들

프로퍼티 타입 설명
$all_keys

공개 메소드들

메소드 설명
GetKey ( $index ) Returns the key for a given index
GetLongestKey ( ) Returns the longest key
GetMaxKey ( ) Returns the maximum key value
GetMaxSumValue ( ) Returns the maximum sum value
GetMaxValue ( ) Returns the maximum value
GetMinKey ( ) Returns the minimum key value
GetMinSumValue ( ) Returns the minimum sum value
GetMinValue ( ) Returns the minimum value
GetValue ( $column, $chunk ) Returns a value by column and chunk
KeyCount ( ) Counts all the unique data keys
Option ( $o, $i ) Returns an option from array, or non-array option
__construct ( $values, $force_assoc )

메소드 상세

GetKey() 공개 메소드

Returns the key for a given index
public GetKey ( $index )

GetLongestKey() 공개 메소드

Returns the longest key
public GetLongestKey ( )

GetMaxKey() 공개 메소드

Returns the maximum key value
public GetMaxKey ( )

GetMaxSumValue() 공개 메소드

Returns the maximum sum value
public GetMaxSumValue ( )

GetMaxValue() 공개 메소드

Returns the maximum value
public GetMaxValue ( )

GetMinKey() 공개 메소드

Returns the minimum key value
public GetMinKey ( )

GetMinSumValue() 공개 메소드

Returns the minimum sum value
public GetMinSumValue ( )

GetMinValue() 공개 메소드

Returns the minimum value
public GetMinValue ( )

GetValue() 공개 메소드

Returns a value by column and chunk
public GetValue ( $column, $chunk )

KeyCount() 공개 메소드

Counts all the unique data keys
public KeyCount ( )

Option() 공개 메소드

Returns an option from array, or non-array option
public Option ( $o, $i )

__construct() 공개 메소드

public __construct ( $values, $force_assoc )

프로퍼티 상세

$all_keys 공개적으로 프로퍼티

public $all_keys