1.20.x taxonomy_vocabulary.class.inc TaxonomyVocabulary::__construct($config = array())

File

modules/taxonomy/taxonomy_vocabulary.class.inc, line 58

Class

TaxonomyVocabulary
Taxonomy vocabularies allow the grouping of taxonomy terms.

Code

function __construct($config = array()) {
  foreach ($config as $key => $value) {
    $this->$key = $value;
  }
}