TYPO3 CMS
TYPO3_6-2
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
r
s
t
u
v
w
+
Files
File List
+
File Members
+
All
$
(
_
a
c
d
e
f
h
i
l
o
p
r
s
t
u
x
+
Functions
_
a
c
d
e
f
i
l
o
p
r
s
u
x
+
Variables
$
(
_
a
d
e
h
i
p
r
s
t
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
UserDomainClass.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\CMS\Fluid\Tests\Unit\ViewHelpers\Form\Fixtures
;
3
4
/* *
5
* This script is backported from the TYPO3 Flow package "TYPO3.Fluid". *
6
* *
7
* It is free software; you can redistribute it and/or modify it under *
8
* the terms of the GNU Lesser General Public License, either version 3 *
9
* of the License, or (at your option) any later version. *
10
* *
11
* The TYPO3 project - inspiring people to share! *
12
* */
13
17
class
UserDomainClass
{
18
19
protected
$id
;
20
21
protected
$firstName
;
22
23
protected
$lastName
;
24
32
public
function
__construct
(
$id
,
$firstName
,
$lastName
) {
33
$this->
id
=
$id
;
34
$this->firstName =
$firstName
;
35
$this->lastName =
$lastName
;
36
}
37
43
public
function
getId
() {
44
return
$this->id
;
45
}
46
52
public
function
getFirstName
() {
53
return
$this->firstName
;
54
}
55
61
public
function
getLastName
() {
62
return
$this->lastName
;
63
}
64
}
TYPO3\CMS\Fluid\Tests\Unit\ViewHelpers\Form\Fixtures\UserDomainClass\__construct
__construct($id, $firstName, $lastName)
Definition:
UserDomainClass.php:32
TYPO3\CMS\Fluid\Tests\Unit\ViewHelpers\Form\Fixtures\UserDomainClass\$lastName
$lastName
Definition:
UserDomainClass.php:23
TYPO3\CMS\Fluid\Tests\Unit\ViewHelpers\Form\Fixtures\UserDomainClass\getLastName
getLastName()
Definition:
UserDomainClass.php:61
TYPO3\CMS\Fluid\Tests\Unit\ViewHelpers\Form\Fixtures\UserDomainClass\$firstName
$firstName
Definition:
UserDomainClass.php:21
TYPO3\CMS\Fluid\Tests\Unit\ViewHelpers\Form\Fixtures\UserDomainClass\getFirstName
getFirstName()
Definition:
UserDomainClass.php:52
TYPO3\CMS\Fluid\Tests\Unit\ViewHelpers\Form\Fixtures
Definition:
EmptySyntaxTreeNode.php:2
TYPO3\CMS\Fluid\Tests\Unit\ViewHelpers\Form\Fixtures\UserDomainClass\$id
$id
Definition:
UserDomainClass.php:19
TYPO3\CMS\Fluid\Tests\Unit\ViewHelpers\Form\Fixtures\UserDomainClass
Definition:
UserDomainClass.php:17
TYPO3\CMS\Fluid\Tests\Unit\ViewHelpers\Form\Fixtures\UserDomainClass\getId
getId()
Definition:
UserDomainClass.php:43
typo3
sysext
fluid
Tests
Unit
ViewHelpers
Form
Fixtures
UserDomainClass.php
Generated on Wed Aug 7 2019 09:52:27 for TYPO3 CMS by
1.8.13