コード例 #1
0
 /**
  * @since 2.4
  *
  * @return PropertyHierarchyLookup
  */
 public function newPropertyHierarchyLookup()
 {
     return $this->callbackLoader->load('PropertyHierarchyLookup');
 }
コード例 #2
0
 /**
  * @since 2.0
  *
  * @return ContentParser
  */
 public function newContentParser(Title $title)
 {
     return $this->callbackLoader->load('ContentParser', $title);
 }
コード例 #3
0
 /**
  * @since 2.1
  *
  * @return NamespaceExaminer
  */
 public function getNamespaceExaminer()
 {
     return $this->callbackLoader->load('NamespaceExaminer');
 }