TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Extbase\Reflection\ParameterReflection Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Reflection\ParameterReflection:
Tx_Extbase_Reflection_ParameterReflection

Public Member Functions

 __construct ($function, $parameterName)
 
 getDeclaringClass ()
 
 getClass ()
 

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! Extended version of the ReflectionParameter

Definition at line 19 of file ParameterReflection.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Extbase\Reflection\ParameterReflection::__construct (   $function,
  $parameterName 
)

The constructor, initializes the reflection parameter

Parameters
string$function
string$parameterName

Definition at line 27 of file ParameterReflection.php.

Member Function Documentation

◆ getClass()

TYPO3\CMS\Extbase\Reflection\ParameterReflection::getClass ( )

Returns the parameter class

Returns
The parameter class

Definition at line 45 of file ParameterReflection.php.

◆ getDeclaringClass()

TYPO3\CMS\Extbase\Reflection\ParameterReflection::getDeclaringClass ( )

Returns the declaring class

Returns
The declaring class

Definition at line 36 of file ParameterReflection.php.