Пример #1
0
 /**
  * Update registry of metaplates
  *
  * Note: Does not save the metaplate itself.
  *
  * @param array $new_value The new item to add.
  * @param string $id Id of new item to add.
  *
  * @return bool
  */
 private function update_registry($new_value, $id)
 {
     return data::update_registry($new_value, $id);
 }