Newscoop\Entity\Picture::getCaption PHP Method

getCaption() public method

Get caption
public getCaption ( ) : string
return string
    public function getCaption()
    {
        return $this->caption;
    }

Usage Example

 public function getCaption()
 {
     $this->__load();
     return parent::getCaption();
 }