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
DomainObjectInterface.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\CMS\Extbase\DomainObject
;
3
24
interface
DomainObjectInterface
{
25
31
public
function
getUid
();
32
39
public
function
setPid
($pid);
40
46
public
function
getPid
();
47
53
public
function
_isNew
();
54
62
public
function
_setProperty
($propertyName, $value);
63
70
public
function
_getProperty
($propertyName);
71
77
public
function
_getProperties
();
78
86
public
function
_getCleanProperty
($propertyName);
87
}
TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface
Definition:
DomainObjectInterface.php:24
TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface\_getCleanProperty
_getCleanProperty($propertyName)
TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface\_isNew
_isNew()
TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface\_setProperty
_setProperty($propertyName, $value)
TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface\setPid
setPid($pid)
TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface\getPid
getPid()
TYPO3\CMS\Extbase\DomainObject
Definition:
AbstractDomainObject.php:2
TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface\getUid
getUid()
TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface\_getProperties
_getProperties()
TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface\_getProperty
_getProperty($propertyName)
typo3
sysext
extbase
Classes
DomainObject
DomainObjectInterface.php
Generated on Wed Aug 7 2019 09:52:24 for TYPO3 CMS by
1.8.13