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

Class: HA_LIST

Source Location: /HA.php

Class Overview


Abstract class for lists.


Methods


Child classes:

HA_TAGS
Hyves Tags Object
HA_R
Hyves Responsefields Object

Class Details

[line 200]
Abstract class for lists.



[ Top ]


Class Methods


constructor __construct [line 213]

HA_LIST __construct( array|string $element,...)

Create a new instance



Tags:

access:  public


Parameters:

array|string   $element,...   Element

[ Top ]

method add [line 270]

bool add( string $element)

Add an element



Tags:

return:  Returns TRUE if the element is added, else FALSE.
access:  public


Parameters:

string   $element   Element

[ Top ]

method getData [line 316]

array getData( )

Get the list for debugging



Tags:

return:  List
access:  public


[ Top ]

method has [line 236]

bool has( array|string $element,...)

Check if the element(s) is/are set



Tags:

return:  Returns TRUE if the element(s) is/are set, else FALSE.
access:  public


Parameters:

array|string   $element,...   Element

[ Top ]

method remove [line 284]

void remove( array|string $element,...)

Remove a element



Tags:

access:  public


Parameters:

array|string   $element,...   Element

[ Top ]


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