TYPO3 CMS  TYPO3_6-2
DomainObjectInterface.php
Go to the documentation of this file.
1 <?php
3 
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 }