MediaWiki
REL1_35
SearchResultPageIdentity.php
Go to the documentation of this file.
1
<?php
2
namespace
MediaWiki\Rest\Entity
;
3
11
interface
SearchResultPageIdentity
{
19
public
function
getId
(): int;
20
28
public
function
getNamespace
(): int;
29
37
public
function
getDBkey
(): string;
38
}
MediaWiki\Rest\Entity\SearchResultPageIdentity
Lightweight interface representing a page identity.
Definition
SearchResultPageIdentity.php:11
MediaWiki\Rest\Entity\SearchResultPageIdentity\getDBkey
getDBkey()
Get the page title in DB key form.
MediaWiki\Rest\Entity\SearchResultPageIdentity\getNamespace
getNamespace()
Returns the page's namespace number.
MediaWiki\Rest\Entity\SearchResultPageIdentity\getId
getId()
The numerical page ID.
MediaWiki\Rest\Entity
Definition
SearchResultPageIdentity.php:2
includes
Rest
Entity
SearchResultPageIdentity.php
Generated on Sat Apr 6 2024 00:07:42 for MediaWiki by
1.9.8