TYPO3 CMS  TYPO3_6-2
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 Tx_Extbase_MVC_Exception_AmbiguousCommandIdentifier

Public Member Functions

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

Protected Attributes

 $matchingCommands = array()
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! An "Ambiguous command identifier" exception

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

Definition at line 21 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
integer$code
\Exception | NULL$previousException
array$matchingCommands<> $matchingCommands Commands that matched the command identifier
See also
Exception

Definition at line 37 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 = array()
protected