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
Price.php
Go to the documentation of this file.
1
<?php
2
namespace
OliverHader\IrreTutorial\Domain\Model
;
3
20
class
Price
extends
\TYPO3\CMS\Extbase\DomainObject\AbstractEntity
{
21
25
protected
$title
=
''
;
26
30
protected
$price
= 0.0;
31
35
public
function
getTitle
() {
36
return
$this->title
;
37
}
38
43
public
function
setTitle
(
$title
) {
44
$this->title =
$title
;
45
}
46
50
public
function
getPrice
() {
51
return
$this->price
;
52
}
53
58
public
function
setPrice
(
$price
) {
59
$this->price =
$price
;
60
}
61
62
}
OliverHader\IrreTutorial\Domain\Model
Definition:
Content.php:2
OliverHader\IrreTutorial\Domain\Model\Price
Definition:
Price.php:20
OliverHader\IrreTutorial\Domain\Model\Price\$title
$title
Definition:
Price.php:25
TYPO3\CMS\Extbase\DomainObject\AbstractEntity
Definition:
AbstractEntity.php:20
OliverHader\IrreTutorial\Domain\Model\Price\setTitle
setTitle($title)
Definition:
Price.php:43
OliverHader\IrreTutorial\Domain\Model\Price\setPrice
setPrice($price)
Definition:
Price.php:58
OliverHader\IrreTutorial\Domain\Model\Price\getTitle
getTitle()
Definition:
Price.php:35
OliverHader\IrreTutorial\Domain\Model\Price\$price
$price
Definition:
Price.php:30
OliverHader\IrreTutorial\Domain\Model\Price\getPrice
getPrice()
Definition:
Price.php:50
typo3
sysext
core
Tests
Functional
Fixtures
Extensions
irre_tutorial
Classes
Domain
Model
Price.php
Generated on Wed Aug 7 2019 09:52:23 for TYPO3 CMS by
1.8.13