|
MediaWiki master
|
A simple value class and helpers for a namespace/dbkey pair. More...
Inherits Stringable.

Public Member Functions | |
| __construct (public int $namespace, public string $dbKey) | |
| __toString () | |
Static Public Member Functions | |
| static | create ( $title) |
| static | makeSet ( $values) |
A simple value class and helpers for a namespace/dbkey pair.
Definition at line 15 of file TitleConditionValue.php.
| MediaWiki\RecentChanges\ChangesListQuery\TitleConditionValue::__construct | ( | public int | $namespace, |
| public string | $dbKey ) |
Definition at line 47 of file TitleConditionValue.php.
| MediaWiki\RecentChanges\ChangesListQuery\TitleConditionValue::__toString | ( | ) |
Definition at line 53 of file TitleConditionValue.php.
|
static |
| LinkTarget | PageReference | $title |
Definition at line 20 of file TitleConditionValue.php.
Referenced by MediaWiki\RecentChanges\ChangesListQuery\TitleCondition\validateValue().
|
static |
| self[] | $values |
Definition at line 39 of file TitleConditionValue.php.
Referenced by MediaWiki\RecentChanges\ChangesListQuery\TitleCondition\prepareConds().