Sulu\Bundle\ContentBundle\Build\NodeOrderBuilder::__construct PHP Метод

__construct() публичный Метод

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
    public function __construct(SessionManagerInterface $sessionManager, SessionInterface $defaultSession, SessionInterface $liveSession, WebspaceManagerInterface $webspaceManager, PropertyEncoder $propertyEncoder)
    {
        $this->sessionManager = $sessionManager;
        $this->defaultSession = $defaultSession;
        $this->liveSession = $liveSession;
        $this->webspaceManager = $webspaceManager;
        $this->propertyName = $propertyEncoder->systemName(OrderSubscriber::FIELD);
    }