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
ReferenceEntity.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\CMS\Version\Dependency
;
3
20
class
ReferenceEntity
{
21
25
protected
$element
;
26
30
protected
$field
;
31
38
public
function
__construct
(\
TYPO3
\CMS\Version\Dependency\
ElementEntity
$element
,
$field
) {
39
$this->element =
$element
;
40
$this->field =
$field
;
41
}
42
48
public
function
getElement
() {
49
return
$this->element
;
50
}
51
57
public
function
getField
() {
58
return
$this->field
;
59
}
60
66
public
function
__toString
() {
67
return
$this->element .
'.'
.
$this->field
;
68
}
69
70
}
TYPO3\CMS\Version\Dependency\ReferenceEntity\$element
$element
Definition:
ReferenceEntity.php:25
TYPO3
TYPO3\CMS\Version\Dependency\ReferenceEntity
Definition:
ReferenceEntity.php:20
TYPO3\CMS\Version\Dependency\ReferenceEntity\getField
getField()
Definition:
ReferenceEntity.php:57
TYPO3\CMS\Version\Dependency
Definition:
DependencyEntityFactory.php:2
TYPO3\CMS\Version\Dependency\ElementEntity
Definition:
ElementEntity.php:20
TYPO3\CMS\Version\Dependency\ReferenceEntity\$field
$field
Definition:
ReferenceEntity.php:30
TYPO3\CMS\Version\Dependency\ReferenceEntity\__construct
__construct(\TYPO3\CMS\Version\Dependency\ElementEntity $element, $field)
Definition:
ReferenceEntity.php:38
TYPO3\CMS\Version\Dependency\ReferenceEntity\getElement
getElement()
Definition:
ReferenceEntity.php:48
TYPO3\CMS\Version\Dependency\ReferenceEntity\__toString
__toString()
Definition:
ReferenceEntity.php:66
typo3
sysext
version
Classes
Dependency
ReferenceEntity.php
Generated on Wed Aug 7 2019 09:52:31 for TYPO3 CMS by
1.8.13