Sulu\Bundle\PreviewBundle\Websocket\PreviewMessageHandler::__construct PHP Method

__construct() public method

public __construct ( Doctrine\ORM\EntityManagerInterface $entityManager, Sulu\Bundle\PreviewBundle\Preview\PreviewInterface $preview )
$entityManager Doctrine\ORM\EntityManagerInterface
$preview Sulu\Bundle\PreviewBundle\Preview\PreviewInterface
    public function __construct(EntityManagerInterface $entityManager, PreviewInterface $preview)
    {
        $this->entityManager = $entityManager;
        $this->preview = $preview;
    }