NAME
Parse::MediaWikiDump::link - Object representing a link from one article to another
ABOUT
This object is used to access the data associated with each individual link between articles in a MediaWiki instance.
STATUS
This software is being RETIRED - MediaWiki::DumpFile is the official successor to Parse::MediaWikiDump and includes a compatibility library called MediaWiki::DumpFile::Compat that is API compatible with this module. Please begin testing MediaWiki::DumpFile::Compat and report success or failure to the author of this module.
METHODS
- $link->from
-
Returns the article id (not the name) that the link orginiates from.
- $link->namespace
-
Returns the namespace id (not the name) that the link points to
- $link->to
-
Returns the article title (not the id and not including the namespace) that the link points to
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 49:
=over without closing =back