예제 #1
0
파일: Name.php 프로젝트: k-hasan-19/wiki
 /**
  * Construct a new name object
  * @param string $tagName the name of the tag for this namespace
  */
 public function __construct($ns, $titleString)
 {
     parent::__construct(StructuredData::getNamespaceTag($ns), $titleString, $ns);
 }