![]() |
TYPO3
7.6
|
Public Member Functions | |
getReference (\TYPO3\CMS\Version\Dependency\ElementEntity $element, $field) | |
getReferencedElement ($table, $id, $field, array $data=array(),\TYPO3\CMS\Version\Dependency\DependencyResolver $dependency) | |
Protected Attributes | |
$elements = array() | |
$references = array() | |
Object to create and keep track of element or reference entities.
Definition at line 20 of file DependencyEntityFactory.php.
getReference | ( | \TYPO3\CMS\Version\Dependency\ElementEntity | $element, |
$field | |||
) |
Gets and registers a new reference.
\TYPO3\CMS\Version\Dependency\ElementEntity | $element | |
string | $field |
Definition at line 59 of file DependencyEntityFactory.php.
Referenced by DependencyEntityFactory\getReferencedElement().
getReferencedElement | ( | $table, | |
$id, | |||
$field, | |||
array | $data = array() , |
||
\TYPO3\CMS\Version\Dependency\DependencyResolver | $dependency | ||
) |
Gets and registers a new reference.
string | $table | |
int | $id | |
string | $field | |
array | $data | (optional) |
\TYPO3\CMS\Version\Dependency\DependencyResolver | $dependency |
Definition at line 80 of file DependencyEntityFactory.php.
References DependencyEntityFactory\getReference().
|
protected |
Definition at line 25 of file DependencyEntityFactory.php.
|
protected |
Definition at line 30 of file DependencyEntityFactory.php.