示例#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);
 }