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
FolderInterface.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\CMS\Core\Resource
;
3
21
interface
FolderInterface
extends
ResourceInterface
22
{
26
const
ROLE_DEFAULT
=
'default'
;
27
const
ROLE_RECYCLER
=
'recycler'
;
28
const
ROLE_PROCESSING
=
'processing'
;
29
const
ROLE_TEMPORARY
=
'temporary'
;
30
const
ROLE_USERUPLOAD
=
'userupload'
;
31
const
ROLE_MOUNT
=
'mount'
;
32
const
ROLE_READONLY_MOUNT
=
'readonly-mount'
;
33
const
ROLE_USER_MOUNT
=
'user-mount'
;
34
40
public
function
getSubfolders
();
41
48
public
function
getSubfolder
($name);
49
56
public
function
hasFolder
($name);
57
64
public
function
hasFile
($name);
65
72
public
function
rename
($newName);
73
79
public
function
delete
();
80
81
}
TYPO3\CMS\Core\Resource\FolderInterface\hasFolder
hasFolder($name)
TYPO3\CMS\Core\Resource\FolderInterface\ROLE_MOUNT
const ROLE_MOUNT
Definition:
FolderInterface.php:31
TYPO3\CMS\Core\Resource\FolderInterface\hasFile
hasFile($name)
TYPO3\CMS\Core\Resource\FolderInterface\ROLE_RECYCLER
const ROLE_RECYCLER
Definition:
FolderInterface.php:27
TYPO3\CMS\Core\Resource\FolderInterface\ROLE_DEFAULT
const ROLE_DEFAULT
Definition:
FolderInterface.php:26
TYPO3\CMS\Core\Resource\FolderInterface\rename
rename($newName)
TYPO3\CMS\Core\Resource\FolderInterface\ROLE_READONLY_MOUNT
const ROLE_READONLY_MOUNT
Definition:
FolderInterface.php:32
TYPO3\CMS\Core\Resource\FolderInterface
Definition:
FolderInterface.php:21
TYPO3\CMS\Core\Resource\FolderInterface\getSubfolders
getSubfolders()
TYPO3\CMS\Core\Resource\ResourceInterface
Definition:
ResourceInterface.php:21
TYPO3\CMS\Core\Resource\FolderInterface\ROLE_USERUPLOAD
const ROLE_USERUPLOAD
Definition:
FolderInterface.php:30
TYPO3\CMS\Core\Resource
Definition:
AbstractFile.php:2
TYPO3\CMS\Core\Resource\FolderInterface\ROLE_TEMPORARY
const ROLE_TEMPORARY
Definition:
FolderInterface.php:29
TYPO3\CMS\Core\Resource\FolderInterface\ROLE_PROCESSING
const ROLE_PROCESSING
Definition:
FolderInterface.php:28
TYPO3\CMS\Core\Resource\FolderInterface\ROLE_USER_MOUNT
const ROLE_USER_MOUNT
Definition:
FolderInterface.php:33
TYPO3\CMS\Core\Resource\FolderInterface\getSubfolder
getSubfolder($name)
typo3
sysext
core
Classes
Resource
FolderInterface.php
Generated on Wed Aug 7 2019 09:52:21 for TYPO3 CMS by
1.8.13