Sulu\Bundle\MediaBundle\Content\Types\MediaSelectionContentType::__construct PHP Method

__construct() public method

public __construct ( $mediaManager, $template )
    public function __construct($mediaManager, $template)
    {
        $this->mediaManager = $mediaManager;
        $this->template = $template;
    }