TYPO3 CMS
TYPO3_6-2
Main Page
Related Pages
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
+
Files
File List
+
File Members
+
All
$
(
_
a
c
d
e
f
h
i
l
o
p
r
s
t
u
x
+
Functions
_
a
c
d
e
f
i
l
o
p
r
s
u
x
+
Variables
$
(
_
a
d
e
h
i
p
r
s
t
Examples
▼
TYPO3 CMS
TYPO3 CMS
Test List
Todo List
Deprecated List
►
Namespace Members
►
Classes
▼
Files
►
File List
►
File Members
►
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
AmbiguousCommandIdentifierException.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\CMS\Extbase\Mvc\Exception
;
3
21
class
AmbiguousCommandIdentifierException
extends
\TYPO3\CMS\Extbase\Mvc\Exception\CommandException {
22
26
protected
$matchingCommands
= array();
27
37
public
function
__construct
($message =
''
, $code = 0, \
Exception
$previousException = NULL, array
$matchingCommands
) {
38
$this->matchingCommands =
$matchingCommands
;
39
parent::__construct($message, $code, $previousException);
40
}
41
45
public
function
getMatchingCommands
() {
46
return
$this->matchingCommands
;
47
}
48
}
TYPO3\CMS\Extbase\Mvc\Exception\AmbiguousCommandIdentifierException\$matchingCommands
$matchingCommands
Definition:
AmbiguousCommandIdentifierException.php:26
TYPO3\CMS\Extbase\Mvc\Exception\AmbiguousCommandIdentifierException
Definition:
AmbiguousCommandIdentifierException.php:21
TYPO3\CMS\Extbase\Mvc\Exception\AmbiguousCommandIdentifierException\__construct
__construct($message='', $code=0, \Exception $previousException=NULL, array $matchingCommands)
Definition:
AmbiguousCommandIdentifierException.php:37
TYPO3\CMS\Extbase\Mvc\Exception\AmbiguousCommandIdentifierException\getMatchingCommands
getMatchingCommands()
Definition:
AmbiguousCommandIdentifierException.php:45
TYPO3\CMS\Extbase\Mvc\Exception
Definition:
AmbiguousCommandIdentifierException.php:2
TYPO3\CMS\Extbase\Mvc\Exception
Definition:
Exception.php:19
typo3
sysext
extbase
Classes
Mvc
Exception
AmbiguousCommandIdentifierException.php
Generated on Wed Aug 7 2019 09:52:24 for TYPO3 CMS by
1.8.13