TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Form\Domain\Model\Attribute\AbstractAttribute Class Reference
Inheritance diagram for TYPO3\CMS\Form\Domain\Model\Attribute\AbstractAttribute:
tx_form_Domain_Model_Attributes_Abstract TYPO3\CMS\Form\Domain\Model\Attribute\AcceptAttribute TYPO3\CMS\Form\Domain\Model\Attribute\AcceptCharsetAttribute TYPO3\CMS\Form\Domain\Model\Attribute\AccesskeyAttribute TYPO3\CMS\Form\Domain\Model\Attribute\ActionAttribute TYPO3\CMS\Form\Domain\Model\Attribute\AltAttribute TYPO3\CMS\Form\Domain\Model\Attribute\CheckedAttribute TYPO3\CMS\Form\Domain\Model\Attribute\ClassAttribute TYPO3\CMS\Form\Domain\Model\Attribute\ColsAttribute TYPO3\CMS\Form\Domain\Model\Attribute\DirAttribute TYPO3\CMS\Form\Domain\Model\Attribute\DisabledAttribute TYPO3\CMS\Form\Domain\Model\Attribute\EnctypeAttribute TYPO3\CMS\Form\Domain\Model\Attribute\IdAttribute TYPO3\CMS\Form\Domain\Model\Attribute\LabelAttribute TYPO3\CMS\Form\Domain\Model\Attribute\LangAttribute TYPO3\CMS\Form\Domain\Model\Attribute\MaxlengthAttribute TYPO3\CMS\Form\Domain\Model\Attribute\MethodAttribute TYPO3\CMS\Form\Domain\Model\Attribute\MultipleAttribute TYPO3\CMS\Form\Domain\Model\Attribute\NameAttribute TYPO3\CMS\Form\Domain\Model\Attribute\ReadonlyAttribute TYPO3\CMS\Form\Domain\Model\Attribute\RowsAttribute TYPO3\CMS\Form\Domain\Model\Attribute\SelectedAttribute TYPO3\CMS\Form\Domain\Model\Attribute\SizeAttribute TYPO3\CMS\Form\Domain\Model\Attribute\SrcAttribute TYPO3\CMS\Form\Domain\Model\Attribute\StyleAttribute TYPO3\CMS\Form\Domain\Model\Attribute\TabindexAttribute TYPO3\CMS\Form\Domain\Model\Attribute\TitleAttribute TYPO3\CMS\Form\Domain\Model\Attribute\TypeAttribute TYPO3\CMS\Form\Domain\Model\Attribute\ValueAttribute

Public Member Functions

 setValue ($value)
 
 getValue ()
 

Protected Attributes

 $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! Abstract for attribute objects

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 AbstractAttribute.php.

Member Function Documentation

◆ getValue()

TYPO3\CMS\Form\Domain\Model\Attribute\AbstractAttribute::getValue ( )
abstract

Gets the accordant attribute value.

Returns
string

Referenced by TYPO3\CMS\Form\Domain\Model\Attribute\AbstractAttribute\setValue().

◆ setValue()

TYPO3\CMS\Form\Domain\Model\Attribute\AbstractAttribute::setValue (   $value)

Set the value

Parameters
string$valueThe value to set
Returns
void

Definition at line 64 of file AbstractAttribute.php.

References TYPO3\CMS\Form\Domain\Model\Attribute\AbstractAttribute\$value, and TYPO3\CMS\Form\Domain\Model\Attribute\AbstractAttribute\getValue().

Member Data Documentation

◆ $elementId

TYPO3\CMS\Form\Domain\Model\Attribute\AbstractAttribute::$elementId
protected

◆ $localCobj

TYPO3\CMS\Form\Domain\Model\Attribute\AbstractAttribute::$localCobj
protected

Definition at line 43 of file AbstractAttribute.php.

◆ $value