Newscoop\TemplateList\Meta\SlideshowItemMeta::getVideo PHP Method

getVideo() public method

public getVideo ( )
    public function getVideo()
    {
        return (object) array('url' => $this->dataObject->getVideoUrl(), 'width' => $this->dataObject->getRendition()->getWidth(), 'height' => $this->dataObject->getRendition()->getHeight());
    }