TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Form\Domain\Model\Attribute\ValueAttribute Class Reference
Inheritance diagram for TYPO3\CMS\Form\Domain\Model\Attribute\ValueAttribute:
TYPO3\CMS\Form\Domain\Model\Attribute\AbstractAttribute tx_form_Domain_Model_Attributes_Value

Public Member Functions

 getValue ()
 
- Public Member Functions inherited from TYPO3\CMS\Form\Domain\Model\Attribute\AbstractAttribute
 setValue ($value)
 
 getValue ()
 

Additional Inherited Members

- Protected Attributes inherited from TYPO3\CMS\Form\Domain\Model\Attribute\AbstractAttribute
 $value
 
 $elementId
 
 $localCobj
 

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! Attribute 'value'

Author
Patrick Broens patri.nosp@m.ck@p.nosp@m.atric.nosp@m.kbro.nosp@m.ens.n.nosp@m.l

Definition at line 22 of file ValueAttribute.php.

Member Function Documentation

◆ getValue()

TYPO3\CMS\Form\Domain\Model\Attribute\ValueAttribute::getValue ( )

Gets the attribute 'value'. Used with the elements input, option, button The element or attribute definition itself gives case information.

button: This attribute assigns the initial value to the button.

input: This attribute specifies the initial value of the control. It is optional except when the type attribute has the value "radio" or "checkbox".

option: This attribute specifies the initial value of the control. If this attribute is not set, the initial value is set to the contents of the OPTION element.

Returns
string Attribute value

Definition at line 41 of file ValueAttribute.php.