Newscoop\Image\ArticleImage::getCaption PHP Méthode

getCaption() public méthode

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