12 $this->newLinks = $parserOutput->
getLinks();
24 return 'pl_namespace';
32 return 'pl_from_namespace';
36 return 'pl_target_id';
Shared code for pagelinks and templatelinks.
getFromField()
Get the name of the field which links to page_id.
getNamespaceField()
Get the namespace field name.
getTitleField()
Get the title (DB key) field name.
getTableName()
Get the table name.
setParserOutput(ParserOutput $parserOutput)
Subclasses should implement this to extract the data they need from the ParserOutput.
getTargetIdField()
Get the link target id (DB key) field name.