Ejemplo n.º 1
0
 /**
  *
  */
 private function loadDatabaseDefinition()
 {
     $name = $this->namespaceName . $this->name;
     $note = refnotes_reference_database::getInstance()->findNote($name);
     if ($note != NULL) {
         $this->attributes = $note->getAttributes();
         $this->data = $note->getData();
     }
 }