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
MetaDataInterface.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\Flow\Package
;
3
4
/* *
5
* This script belongs to the TYPO3 Flow framework. *
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
18
interface
MetaDataInterface
{
19
20
const
CONSTRAINT_TYPE_DEPENDS
=
'depends'
;
21
const
CONSTRAINT_TYPE_CONFLICTS
=
'conflicts'
;
22
const
CONSTRAINT_TYPE_SUGGESTS
=
'suggests'
;
23
24
const
PARTY_TYPE_PERSON
=
'person'
;
25
const
PARTY_TYPE_COMPANY
=
'company'
;
26
27
const
CONSTRAINT_SCOPE_PACKAGE
=
'package'
;
28
const
CONSTRAINT_SCOPE_SYSTEM
=
'system'
;
29
33
public
function
getPackageKey
();
34
38
public
function
getVersion
();
39
43
public
function
getDescription
();
44
48
public
function
getCategories
();
49
53
public
function
getParties
();
54
59
public
function
getConstraintsByType
($constraintType);
60
66
public
function
getConstraints
();
67
}
68
?>
TYPO3\Flow\Package\MetaDataInterface\PARTY_TYPE_COMPANY
const PARTY_TYPE_COMPANY
Definition:
MetaDataInterface.php:25
TYPO3\Flow\Package\MetaDataInterface
Definition:
MetaDataInterface.php:18
TYPO3\Flow\Package\MetaDataInterface\getDescription
getDescription()
TYPO3\Flow\Package\MetaDataInterface\getVersion
getVersion()
TYPO3\Flow\Package\MetaDataInterface\getConstraintsByType
getConstraintsByType($constraintType)
TYPO3\Flow\Package\MetaDataInterface\getConstraints
getConstraints()
TYPO3\Flow\Package\MetaDataInterface\getPackageKey
getPackageKey()
TYPO3\Flow\Package\MetaDataInterface\CONSTRAINT_TYPE_DEPENDS
const CONSTRAINT_TYPE_DEPENDS
Definition:
MetaDataInterface.php:20
TYPO3\Flow\Package
TYPO3\Flow\Package\MetaDataInterface\CONSTRAINT_TYPE_CONFLICTS
const CONSTRAINT_TYPE_CONFLICTS
Definition:
MetaDataInterface.php:21
TYPO3\Flow\Package\MetaDataInterface\PARTY_TYPE_PERSON
const PARTY_TYPE_PERSON
Definition:
MetaDataInterface.php:24
TYPO3\Flow\Package\MetaDataInterface\CONSTRAINT_TYPE_SUGGESTS
const CONSTRAINT_TYPE_SUGGESTS
Definition:
MetaDataInterface.php:22
TYPO3\Flow\Package\MetaDataInterface\getCategories
getCategories()
TYPO3\Flow\Package\MetaDataInterface\getParties
getParties()
TYPO3\Flow\Package\MetaDataInterface\CONSTRAINT_SCOPE_SYSTEM
const CONSTRAINT_SCOPE_SYSTEM
Definition:
MetaDataInterface.php:28
TYPO3\Flow\Package\MetaDataInterface\CONSTRAINT_SCOPE_PACKAGE
const CONSTRAINT_SCOPE_PACKAGE
Definition:
MetaDataInterface.php:27
typo3
sysext
core
Resources
PHP
TYPO3.Flow
Classes
TYPO3
Flow
Package
MetaDataInterface.php
Generated on Wed Aug 7 2019 09:52:22 for TYPO3 CMS by
1.8.13