PHP Class MultiGraph, GotCms

Inheritance: implements Countable, implements ArrayAccess, implements Iterator
Afficher le fichier Open project: gotcms/gotcms

Méthodes publiques

Свойство Type Description
$all_keys

Méthodes publiques

Méthode 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 méthode

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

GetLongestKey() public méthode

Returns the longest key
public GetLongestKey ( )

GetMaxKey() public méthode

Returns the maximum key value
public GetMaxKey ( )

GetMaxSumValue() public méthode

Returns the maximum sum value
public GetMaxSumValue ( )

GetMaxValue() public méthode

Returns the maximum value
public GetMaxValue ( )

GetMinKey() public méthode

Returns the minimum key value
public GetMinKey ( )

GetMinSumValue() public méthode

Returns the minimum sum value
public GetMinSumValue ( )

GetMinValue() public méthode

Returns the minimum value
public GetMinValue ( )

GetValue() public méthode

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

KeyCount() public méthode

Counts all the unique data keys
public KeyCount ( )

Option() public méthode

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

__construct() public méthode

public __construct ( $values, $force_assoc )

Property Details

$all_keys public_oe property

public $all_keys