![]() |
TYPO3
7.6
|
Public Member Functions | |
__construct (\TYPO3\CMS\Version\Dependency\ElementEntity $element, $field) | |
getElement () | |
getField () | |
__toString () | |
Protected Attributes | |
$element | |
$field | |
Object to hold reference information of a database field and one accordant element.
Definition at line 20 of file ReferenceEntity.php.
__construct | ( | \TYPO3\CMS\Version\Dependency\ElementEntity | $element, |
$field | |||
) |
Creates this object.
\TYPO3\CMS\Version\Dependency\ElementEntity | $element | |
string | $field |
Definition at line 38 of file ReferenceEntity.php.
References ReferenceEntity\$element, and ReferenceEntity\$field.
__toString | ( | ) |
Converts this object for string representation.
Definition at line 69 of file ReferenceEntity.php.
References ReferenceEntity\$field.
getElement | ( | ) |
Gets the elements.
Definition at line 49 of file ReferenceEntity.php.
References ReferenceEntity\$element.
getField | ( | ) |
Gets the field.
Definition at line 59 of file ReferenceEntity.php.
References ReferenceEntity\$field.
|
protected |
Definition at line 25 of file ReferenceEntity.php.
Referenced by ReferenceEntity\__construct(), and ReferenceEntity\getElement().
|
protected |
Definition at line 30 of file ReferenceEntity.php.
Referenced by ReferenceEntity\__construct(), ReferenceEntity\__toString(), and ReferenceEntity\getField().