TYPO3 CMS  TYPO3_6-2
Tx_Extbase_MVC_Controller_Argument Class Reference
Inheritance diagram for Tx_Extbase_MVC_Controller_Argument:
TYPO3\CMS\Extbase\Mvc\Controller\Argument

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Extbase\Mvc\Controller\Argument
 __construct ($name, $dataType)
 
 injectReflectionService (\TYPO3\CMS\Extbase\Reflection\ReflectionService $reflectionService)
 
 injectTypeHandlingService (\TYPO3\CMS\Extbase\Service\TypeHandlingService $typeHandlingService)
 
 getName ()
 
 setShortName ($shortName)
 
 getShortName ()
 
 setDataType ($dataType)
 
 getDataType ()
 
 setRequired ($required)
 
 isRequired ()
 
 setDefaultValue ($defaultValue)
 
 getDefaultValue ()
 
 setValidator (\TYPO3\CMS\Extbase\Validation\Validator\ValidatorInterface $validator)
 
 setNewValidatorConjunction (array $objectNames)
 
 getValidator ()
 
 getOrigin ()
 
 setValue ($rawValue)
 
 getValue ()
 
 isValue ()
 
 getPropertyMappingConfiguration ()
 
 isValid ()
 
 getValidationResults ()
 
 __toString ()
 
- Public Attributes inherited from TYPO3\CMS\Extbase\Mvc\Controller\Argument
const ORIGIN_CLIENT = 0
 
const ORIGIN_PERSISTENCE = 1
 
const ORIGIN_PERSISTENCE_AND_MODIFIED = 2
 
const ORIGIN_NEWLY_CREATED = 3
 
- Protected Member Functions inherited from TYPO3\CMS\Extbase\Mvc\Controller\Argument
 transformValue ($value)
 
 findObjectByUid ($uid)
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\Mvc\Controller\Argument
 $objectManager
 
 $queryFactory
 
 $configurationManager
 
 $deprecatedPropertyMapper
 
 $propertyMapper
 
 $propertyMappingConfiguration
 
 $reflectionService
 
 $typeHandlingService
 
 $name = ''
 
 $shortName = NULL
 
 $dataType = NULL
 
 $dataTypeClassSchema
 
 $isRequired = FALSE
 
 $value = NULL
 
 $defaultValue = NULL
 
 $validator = NULL
 
 $validationResults = NULL
 
 $uid = NULL
 
 $origin = 0
 
 $persistenceManager
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 1727 of file LegacyClassesForIde.php.