MediaWiki REL1_35
SearchResultPageIdentity.php
Go to the documentation of this file.
1<?php
3
19 public function getId(): int;
20
28 public function getNamespace(): int;
29
37 public function getDBkey(): string;
38}
Lightweight interface representing a page identity.
getDBkey()
Get the page title in DB key form.
getNamespace()
Returns the page's namespace number.