Newscoop\Image\ArticleImage::getCaption PHP Method

getCaption() public method

Get caption
public getCaption ( $languageId ) : string
return string
    public function getCaption($languageId)
    {
        return isset($this->captions[$languageId]) ? $this->captions[$languageId]->getCaption() : null;
    }