PHP Class Sulu\Bundle\ContentBundle\Build\NodeOrderBuilder

Inheritance: implements Massive\Bundle\BuildBundle\Build\BuilderInterface
Exibir arquivo Open project: sulu/sulu

Public Methods

Method Description
__construct ( Sulu\Component\PHPCR\SessionManager\SessionManagerInterface $sessionManager, PHPCR\SessionInterface $defaultSession, PHPCR\SessionInterface $liveSession, Sulu\Component\Webspace\Manager\WebspaceManagerInterface $webspaceManager, PropertyEncoder $propertyEncoder )
build ( )
getDependencies ( )
getName ( )
setContext ( Massive\Bundle\BuildBundle\Build\BuilderContext $context )

Private Methods

Method Description
traverse ( PHPCR\NodeInterface $node )

Method Details

__construct() public method

public __construct ( Sulu\Component\PHPCR\SessionManager\SessionManagerInterface $sessionManager, PHPCR\SessionInterface $defaultSession, PHPCR\SessionInterface $liveSession, Sulu\Component\Webspace\Manager\WebspaceManagerInterface $webspaceManager, PropertyEncoder $propertyEncoder )
$sessionManager Sulu\Component\PHPCR\SessionManager\SessionManagerInterface
$defaultSession PHPCR\SessionInterface
$liveSession PHPCR\SessionInterface
$webspaceManager Sulu\Component\Webspace\Manager\WebspaceManagerInterface
$propertyEncoder Sulu\Bundle\DocumentManagerBundle\Bridge\PropertyEncoder

build() public method

public build ( )

getDependencies() public method

public getDependencies ( )

getName() public method

public getName ( )

setContext() public method

public setContext ( Massive\Bundle\BuildBundle\Build\BuilderContext $context )
$context Massive\Bundle\BuildBundle\Build\BuilderContext