/**
  * @since 2.4
  *
  * @return PropertyHierarchyLookup
  */
 public function newPropertyHierarchyLookup()
 {
     return $this->callbackLoader->load('PropertyHierarchyLookup');
 }
 /**
  * @since 2.0
  *
  * @return ContentParser
  */
 public function newContentParser(Title $title)
 {
     return $this->callbackLoader->load('ContentParser', $title);
 }
 /**
  * @since 2.1
  *
  * @return NamespaceExaminer
  */
 public function getNamespaceExaminer()
 {
     return $this->callbackLoader->load('NamespaceExaminer');
 }