‪TYPO3CMS  9.5
TYPO3\CMS\Fluid\Tests\Unit\ViewHelpers\Form\Fixtures\ClassWithTwoGetters Class Reference

Public Member Functions

string getSomething ()
 
mixed getValue ()
 

Protected Attributes

 $value = 17
 

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! Class ClassWithTwoGetters

Definition at line 20 of file ClassWithTwoGetters.php.

Member Function Documentation

◆ getSomething()

string TYPO3\CMS\Fluid\Tests\Unit\ViewHelpers\Form\Fixtures\ClassWithTwoGetters::getSomething ( )
Returns
‪string

Definition at line 27 of file ClassWithTwoGetters.php.

◆ getValue()

mixed TYPO3\CMS\Fluid\Tests\Unit\ViewHelpers\Form\Fixtures\ClassWithTwoGetters::getValue ( )
Returns
‪mixed

Definition at line 35 of file ClassWithTwoGetters.php.

Member Data Documentation

◆ $value

TYPO3\CMS\Fluid\Tests\Unit\ViewHelpers\Form\Fixtures\ClassWithTwoGetters::$value = 17
protected

Definition at line 22 of file ClassWithTwoGetters.php.