MediaWiki master
MediaWiki\Rest\PathTemplateMatcher\PathConflict Class Reference

Inherits Exception.

Collaboration diagram for MediaWiki\Rest\PathTemplateMatcher\PathConflict:

Public Member Functions

 __construct ( $template, $userData, $existingNode)
 

Public Attributes

string $existingTemplate
 
mixed $existingUserData
 
string $newTemplate
 
mixed $newUserData
 

Detailed Description

Stability: newable

Definition at line 10 of file PathConflict.php.

Constructor & Destructor Documentation

◆ __construct()

MediaWiki\Rest\PathTemplateMatcher\PathConflict::__construct ( $template,
$userData,
$existingNode )
Stability: stable
to call
Parameters
string$template
mixed$userData
array$existingNode

Definition at line 27 of file PathConflict.php.

Member Data Documentation

◆ $existingTemplate

string MediaWiki\Rest\PathTemplateMatcher\PathConflict::$existingTemplate

Definition at line 16 of file PathConflict.php.

◆ $existingUserData

mixed MediaWiki\Rest\PathTemplateMatcher\PathConflict::$existingUserData

Definition at line 18 of file PathConflict.php.

◆ $newTemplate

string MediaWiki\Rest\PathTemplateMatcher\PathConflict::$newTemplate

Definition at line 12 of file PathConflict.php.

◆ $newUserData

mixed MediaWiki\Rest\PathTemplateMatcher\PathConflict::$newUserData

Definition at line 14 of file PathConflict.php.


The documentation for this class was generated from the following file: