‪TYPO3CMS  10.4
TYPO3\CMS\Extbase\Reflection\ClassSchema\Exception\NoSuchMethodException Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Reflection\ClassSchema\Exception\NoSuchMethodException:
TYPO3\CMS\Extbase\Reflection\Exception TYPO3\CMS\Extbase\Exception TYPO3\CMS\Core\Exception

Static Public Member Functions

static NoSuchMethodException create (string $className, string $methodName)
 

Detailed Description

Class TYPO3\CMS\Extbase\Reflection\ClassSchema\Exception\NoSuchMethodException

Definition at line 23 of file NoSuchMethodException.php.

Member Function Documentation

◆ create()

static NoSuchMethodException TYPO3\CMS\Extbase\Reflection\ClassSchema\Exception\NoSuchMethodException::create ( string  $className,
string  $methodName 
)
static
Parameters
string$className
string$methodName
Returns
NoSuchMethodException

Definition at line 30 of file NoSuchMethodException.php.

References TYPO3\CMS\Extbase\Reflection\ClassSchema\$className.

Referenced by TYPO3\CMS\Extbase\Reflection\ClassSchema\getMethod().