36 $this->_options = $options;
46 if ( !isset( $vocabularies[$name] ) ){
51 return $vocabularies[$name];
56 if ( !isset( $vocabularies ) ){
57 static $vocabularies = array();
62 function register($name, $vocab){
65 if ( is_array($vocab) ){
69 $vocabs[$name] =& $vocab;
79 $this->_options = $options;
87 $this->_options[$key] = $value;
91 unset($this->_options[$key]);