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

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 'accept'

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

Member Function Documentation

◆ getValue()

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

Gets the attribute 'accept'. Used with the elements 'form', 'input' Case Insensitive

This attribute specifies a comma-separated list of content types that a server processing this form will handle correctly. User agents may use this information to filter out non-conforming files when prompting a user to select files to be sent to the server (cf. the INPUT element when type="file"). RFC2045: For a complete list, see http://www.iana.org/assignments/media-types/

TODO: Perhaps we once can add a list of all content-types to TYPO3

Returns
string Attribute value

Definition at line 39 of file AcceptAttribute.php.