‪TYPO3CMS  ‪main
TYPO3\CMS\Core\DataHandling\Model\EntityPointerLink Class Reference

Public Member Functions

 __construct (EntityPointer $subject)
 
 getSubject ()
 
 getHead ()
 
 getAncestor ()
 
 withAncestor (EntityPointerLink $ancestor)
 

Protected Attributes

EntityPointer $subject
 
EntityPointerLink null $ancestor
 

Detailed Description

An EntityPointerLink is used to connect EntityPointer instances

Definition at line 23 of file EntityPointerLink.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\DataHandling\Model\EntityPointerLink::__construct ( EntityPointer  $subject)

Member Function Documentation

◆ getAncestor()

TYPO3\CMS\Core\DataHandling\Model\EntityPointerLink::getAncestor ( )

◆ getHead()

TYPO3\CMS\Core\DataHandling\Model\EntityPointerLink::getHead ( )

Definition at line 43 of file EntityPointerLink.php.

◆ getSubject()

TYPO3\CMS\Core\DataHandling\Model\EntityPointerLink::getSubject ( )

◆ withAncestor()

TYPO3\CMS\Core\DataHandling\Model\EntityPointerLink::withAncestor ( EntityPointerLink  $ancestor)

Member Data Documentation

◆ $ancestor

EntityPointerLink null TYPO3\CMS\Core\DataHandling\Model\EntityPointerLink::$ancestor
protected

◆ $subject

EntityPointer TYPO3\CMS\Core\DataHandling\Model\EntityPointerLink::$subject
protected