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
FileMount.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\CMS\Extbase\Domain\Model
;
3
21
class
FileMount
extends
\TYPO3\CMS\Extbase\DomainObject\AbstractEntity
{
22
29
protected
$title
=
''
;
30
37
protected
$path
=
''
;
38
48
protected
$isAbsolutePath
= FALSE;
49
55
public
function
getTitle
() {
56
return
$this->title
;
57
}
58
65
public
function
setTitle
($value) {
66
$this->title = $value;
67
}
68
74
public
function
getPath
() {
75
return
$this->path
;
76
}
77
84
public
function
setPath
($value) {
85
$this->path = $value;
86
}
87
93
public
function
getIsAbsolutePath
() {
94
return
$this->isAbsolutePath
;
95
}
96
103
public
function
setIsAbsolutePath
($value) {
104
$this->isAbsolutePath = $value;
105
}
106
112
public
function
isReadOnly
() {
113
return
FALSE;
114
}
115
}
TYPO3\CMS\Extbase\Domain\Model\FileMount\getPath
getPath()
Definition:
FileMount.php:74
TYPO3\CMS\Extbase\Domain\Model
Definition:
AbstractFileCollection.php:2
TYPO3\CMS\Extbase\DomainObject\AbstractEntity
Definition:
AbstractEntity.php:20
TYPO3\CMS\Extbase\Domain\Model\FileMount\$path
$path
Definition:
FileMount.php:37
TYPO3\CMS\Extbase\Domain\Model\FileMount\setIsAbsolutePath
setIsAbsolutePath($value)
Definition:
FileMount.php:103
TYPO3\CMS\Extbase\Domain\Model\FileMount\getTitle
getTitle()
Definition:
FileMount.php:55
TYPO3\CMS\Extbase\Domain\Model\FileMount\setTitle
setTitle($value)
Definition:
FileMount.php:65
TYPO3\CMS\Extbase\Domain\Model\FileMount\$isAbsolutePath
$isAbsolutePath
Definition:
FileMount.php:48
TYPO3\CMS\Extbase\Domain\Model\FileMount\$title
$title
Definition:
FileMount.php:29
TYPO3\CMS\Extbase\Domain\Model\FileMount\setPath
setPath($value)
Definition:
FileMount.php:84
TYPO3\CMS\Extbase\Domain\Model\FileMount\isReadOnly
isReadOnly()
Definition:
FileMount.php:112
TYPO3\CMS\Extbase\Domain\Model\FileMount
Definition:
FileMount.php:21
TYPO3\CMS\Extbase\Domain\Model\FileMount\getIsAbsolutePath
getIsAbsolutePath()
Definition:
FileMount.php:93
typo3
sysext
extbase
Classes
Domain
Model
FileMount.php
Generated on Wed Aug 7 2019 09:52:24 for TYPO3 CMS by
1.8.13