TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Extbase\Mvc\Exception\AmbiguousCommandIdentifierException Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Mvc\Exception\AmbiguousCommandIdentifierException:
TYPO3\CMS\Extbase\Mvc\Exception\CommandException TYPO3\CMS\Extbase\Mvc\Exception TYPO3\CMS\Extbase\Exception

Public Member Functions

 __construct ($message='', $code=0, \Exception $previousException=null, array $matchingCommands)
 
 getMatchingCommands ()
 

Protected Attributes

 $matchingCommands = []
 

Detailed Description

An "Ambiguous command identifier" exception

http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public License, version 3 or later

Definition at line 22 of file AmbiguousCommandIdentifierException.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Extbase\Mvc\Exception\AmbiguousCommandIdentifierException::__construct (   $message = '',
  $code = 0,
\Exception  $previousException = null,
array  $matchingCommands 
)

Overwrites parent constructor to be able to inject matching commands.

Parameters
string$message
int$code
\Exception | NULL$previousException
array$matchingCommands<> $matchingCommands Commands that matched the command identifier
See also
Exception

Definition at line 38 of file AmbiguousCommandIdentifierException.php.

References TYPO3\CMS\Extbase\Mvc\Exception\AmbiguousCommandIdentifierException\$matchingCommands.

Member Function Documentation

◆ getMatchingCommands()

TYPO3\CMS\Extbase\Mvc\Exception\AmbiguousCommandIdentifierException::getMatchingCommands ( )

Member Data Documentation

◆ $matchingCommands

TYPO3\CMS\Extbase\Mvc\Exception\AmbiguousCommandIdentifierException::$matchingCommands = []
protected