![]() |
Xataface 2.0
Xataface Application Framework
|
Public Member Functions | |
Dataface_Vocabulary ($name, $options) | |
register ($name, $vocab) | |
& | options () |
setOptions ($options) | |
addOption ($key, $value='') | |
removeOptions ($key) | |
Static Public Member Functions | |
static & | getVocabulary ($name) |
static & | getVocabularies () |
Data Fields | |
$_options = array() | |
$_name |
Definition at line 30 of file Vocabulary.php.
addOption | ( | $ | key, |
$ | value = '' |
||
) |
Definition at line 82 of file Vocabulary.php.
Dataface_Vocabulary | ( | $ | name, |
$ | options | ||
) |
Definition at line 34 of file Vocabulary.php.
static& getVocabularies | ( | ) | [static] |
Definition at line 55 of file Vocabulary.php.
static& getVocabulary | ( | $ | name | ) | [static] |
Static method to get a named vocabulary.
Definition at line 43 of file Vocabulary.php.
& options | ( | ) |
Definition at line 74 of file Vocabulary.php.
register | ( | $ | name, |
$ | vocab | ||
) |
Definition at line 62 of file Vocabulary.php.
removeOptions | ( | $ | key | ) |
Definition at line 90 of file Vocabulary.php.
setOptions | ( | $ | options | ) |
Definition at line 78 of file Vocabulary.php.
$_name |
Definition at line 33 of file Vocabulary.php.
$_options = array() |
Definition at line 32 of file Vocabulary.php.