oshyvesapilibphp5
[ class tree: oshyvesapilibphp5 ] [ index: oshyvesapilibphp5 ] [ all elements ]

Class: HA_KEY_VALUE

Source Location: /HA.php

Class Overview


Abstract class for key-value pairs


Methods


Child classes:

HA_P
Hyves Parameters Object
HA_C
Hyves Configuration Object

Class Details

[line 480]
Abstract class for key-value pairs



[ Top ]


Class Methods


constructor __construct [line 493]

HA_KEY_VALUE __construct( [NULL|array $parameters = NULL])

Create a new instance



Tags:

access:  public


Parameters:

NULL|array   $parameters  

[ Top ]

method getData [line 566]

array getData( )

Get the key-value pairs container for debugging



Tags:

return:  key-value pairs container
access:  public


[ Top ]

method has [line 553]

bool has( string $key)

Check if a key is set



Tags:

return:  Returns TRUE if the key is set, else FALSE.
access:  public


Parameters:

string   $key   Name of the key

[ Top ]

method remove [line 531]

bool remove( string $key)

Remove a key



Tags:

return:  Returns TRUE if the key is removed, else FALSE.
access:  public


Parameters:

string   $key   Name of the key

[ Top ]

method __get [line 517]

mixed __get( string $key)

Get a key



Tags:

return:  Value of the key
access:  public


Parameters:

string   $key   Name of the key

[ Top ]

method __set [line 507]

void __set( string $key, mixed $value)

Set a key



Tags:

access:  public


Parameters:

string   $key   Name of the key
mixed   $value   Value of the key

[ Top ]


Documentation generated on Sat, 10 Jan 2009 01:27:21 +0100 by phpDocumentor 1.4.1