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
▼
TYPO3 CMS
TYPO3 CMS
Test List
Todo List
Deprecated List
►
Namespace Members
►
Classes
▼
Files
►
File List
►
File Members
►
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
DocumentFormat.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\CMS\Documentation\Domain\Model
;
3
23
class
DocumentFormat
extends
\TYPO3\CMS\Extbase\DomainObject\AbstractEntity
{
24
31
protected
$format
;
32
39
protected
$path
;
40
46
public
function
getFormat
() {
47
return
$this->format
;
48
}
49
56
public
function
setFormat
(
$format
) {
57
$this->format =
$format
;
58
return
$this;
59
}
60
66
public
function
getPath
() {
67
return
$this->path
;
68
}
69
76
public
function
setPath
(
$path
) {
77
$this->path =
$path
;
78
return
$this;
79
}
80
81
}
TYPO3\CMS\Documentation\Domain\Model\DocumentFormat\$format
$format
Definition:
DocumentFormat.php:31
TYPO3\CMS\Extbase\DomainObject\AbstractEntity
Definition:
AbstractEntity.php:20
TYPO3\CMS\Documentation\Domain\Model\DocumentFormat\setPath
setPath($path)
Definition:
DocumentFormat.php:76
TYPO3\CMS\Documentation\Domain\Model\DocumentFormat\$path
$path
Definition:
DocumentFormat.php:39
TYPO3\CMS\Documentation\Domain\Model\DocumentFormat
Definition:
DocumentFormat.php:23
TYPO3\CMS\Documentation\Domain\Model\DocumentFormat\setFormat
setFormat($format)
Definition:
DocumentFormat.php:56
TYPO3\CMS\Documentation\Domain\Model\DocumentFormat\getPath
getPath()
Definition:
DocumentFormat.php:66
TYPO3\CMS\Documentation\Domain\Model\DocumentFormat\getFormat
getFormat()
Definition:
DocumentFormat.php:46
TYPO3\CMS\Documentation\Domain\Model
Definition:
Document.php:2
typo3
sysext
documentation
Classes
Domain
Model
DocumentFormat.php
Generated on Wed Aug 7 2019 09:52:24 for TYPO3 CMS by
1.8.13