49 $this->namespaceId =
null;
54 $this->pageName = str_replace(
' ',
'_',
$pageName );
62 return !is_null( $this->namespaceId );
71 if ( is_null( $this->namespaceId ) ) {
73 "Attempted to call getNamespaceId when the namespace ID is not known" );
91 if ( $this->namespaceName ) {
92 $result .= $this->namespaceName .
':';
109 $name .=
'{ns' . $this->namespaceId .
'}';