Пример #1
0
 private function newMissingDimension(MultimeterDimension $dim, $id)
 {
     $dim->setName('<missing:' . $id . '>');
     return $dim;
 }