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
ContentElement.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\CMS\Form\Domain\Model\Element
;
3
22
class
ContentElement
extends
\TYPO3\CMS\Form\Domain\Model\Element\AbstractElement
{
23
27
protected
$elementType
= self::ELEMENT_TYPE_CONTENT;
28
32
protected
$objectName
;
33
37
protected
$objectConfiguration
;
38
44
protected
$allowedAttributes
= array();
45
51
protected
$mandatoryAttributes
= array();
52
60
public
function
setData
(
$objectName
, array
$objectConfiguration
) {
61
$this->objectName =
$objectName
;
62
$this->objectConfiguration =
$objectConfiguration
;
63
}
64
72
public
function
getData
() {
73
$data
= $this->localCobj->cObjGetSingle($this->objectName, $this->objectConfiguration);
74
return
$data
;
75
}
76
77
}
TYPO3\CMS\Form\Domain\Model\Element\ContentElement
Definition:
ContentElement.php:22
TYPO3\CMS\Form\Domain\Model\Element\AbstractElement\$data
$data
Definition:
AbstractElement.php:99
TYPO3\CMS\Form\Domain\Model\Element\ContentElement\$mandatoryAttributes
$mandatoryAttributes
Definition:
ContentElement.php:51
TYPO3\CMS\Form\Domain\Model\Element\AbstractElement
Definition:
AbstractElement.php:22
TYPO3\CMS\Form\Domain\Model\Element\ContentElement\$objectConfiguration
$objectConfiguration
Definition:
ContentElement.php:37
TYPO3\CMS\Form\Domain\Model\Element
Definition:
AbstractElement.php:2
TYPO3\CMS\Form\Domain\Model\Element\ContentElement\getData
getData()
Definition:
ContentElement.php:72
TYPO3\CMS\Form\Domain\Model\Element\ContentElement\setData
setData($objectName, array $objectConfiguration)
Definition:
ContentElement.php:60
TYPO3\CMS\Form\Domain\Model\Element\ContentElement\$objectName
$objectName
Definition:
ContentElement.php:32
TYPO3\CMS\Form\Domain\Model\Element\ContentElement\$elementType
$elementType
Definition:
ContentElement.php:27
TYPO3\CMS\Form\Domain\Model\Element\ContentElement\$allowedAttributes
$allowedAttributes
Definition:
ContentElement.php:44
typo3
sysext
form
Classes
Domain
Model
Element
ContentElement.php
Generated on Wed Aug 7 2019 09:52:27 for TYPO3 CMS by
1.8.13