PHP Class Sulu\Bundle\ContentBundle\Document\PageDocument

Inheritance: extends BasePageDocument, implements Sulu\Component\DocumentManager\Behavior\Path\AutoNameBehavior
Datei anzeigen Open project: sulu/sulu Class Usage Examples

Public Methods

Method Description
getParent ( ) : object Return the parent document for this document.
setParent ( object $parent ) Set the parent document for this document.

Method Details

getParent() public method

Return the parent document for this document.
public getParent ( ) : object
return object

setParent() public method

Set the parent document for this document.
public setParent ( object $parent )
$parent object