TYPO3CMS
9.5
Main Page
Related Pages
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Files
File List
File Members
All
$
d
e
r
u
Functions
Variables
$
e
r
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
ClassWithTwoGetters.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\CMS\Fluid\Tests\Unit\ViewHelpers\Form\Fixtures
;
3
20
class
ClassWithTwoGetters
21
{
22
protected
$value
= 17;
23
27
public
function
getSomething
()
28
{
29
return
'MyString'
;
30
}
31
35
public
function
getValue
()
36
{
37
return
new
self
();
38
}
39
}
TYPO3\CMS\Fluid\Tests\Unit\ViewHelpers\Form\Fixtures\ClassWithTwoGetters\getSomething
string getSomething()
Definition:
ClassWithTwoGetters.php:27
TYPO3\CMS\Fluid\Tests\Unit\ViewHelpers\Form\Fixtures\ClassWithTwoGetters
Definition:
ClassWithTwoGetters.php:21
TYPO3\CMS\Fluid\Tests\Unit\ViewHelpers\Form\Fixtures\ClassWithTwoGetters\$value
$value
Definition:
ClassWithTwoGetters.php:22
TYPO3\CMS\Fluid\Tests\Unit\ViewHelpers\Form\Fixtures
Definition:
ClassWithTwoGetters.php:2
TYPO3\CMS\Fluid\Tests\Unit\ViewHelpers\Form\Fixtures\ClassWithTwoGetters\getValue
mixed getValue()
Definition:
ClassWithTwoGetters.php:35
doxygen
typo3
sysext
fluid
Tests
Unit
ViewHelpers
Form
Fixtures
ClassWithTwoGetters.php
Generated on Tue Oct 5 2021 01:57:38 for TYPO3CMS by
1.8.18