PHP Class Sulu\Bundle\ContentBundle\Document\PageDocument

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

Méthodes publiques

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

Method Details

getParent() public méthode

Return the parent document for this document.
public getParent ( ) : object
Résultat object

setParent() public méthode

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