PHP Class MultiGraph, GotCms

Inheritance: implements Countable, implements ArrayAccess, implements Iterator
Mostrar archivo Open project: gotcms/gotcms

Public Properties

Property Type Description
$all_keys

Public Methods

Method Description
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 )

Method Details

GetKey() public method

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

GetLongestKey() public method

Returns the longest key
public GetLongestKey ( )

GetMaxKey() public method

Returns the maximum key value
public GetMaxKey ( )

GetMaxSumValue() public method

Returns the maximum sum value
public GetMaxSumValue ( )

GetMaxValue() public method

Returns the maximum value
public GetMaxValue ( )

GetMinKey() public method

Returns the minimum key value
public GetMinKey ( )

GetMinSumValue() public method

Returns the minimum sum value
public GetMinSumValue ( )

GetMinValue() public method

Returns the minimum value
public GetMinValue ( )

GetValue() public method

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

KeyCount() public method

Counts all the unique data keys
public KeyCount ( )

Option() public method

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

__construct() public method

public __construct ( $values, $force_assoc )

Property Details

$all_keys public_oe property

public $all_keys