コード例 #1
0
 private function registerPropertyLabel($id, $label, $asCanonical = true)
 {
     $this->propertyLabelFinder->registerPropertyLabel($id, $label, $asCanonical);
 }
コード例 #2
0
 private function registerPropertyLabel($id, $label)
 {
     $this->propertyLabelFinder->registerPropertyLabel($id, $label);
 }