Esempio n. 1
0
 /**
  * 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);
 }