Esempio n. 1
0
 /**
  * Creates the table needed for the settings of the field
  */
 public function install()
 {
     General::realiseDirectory(WORKSPACE . '/er-templates');
     return FieldEntry_relationship::createFieldTable();
 }