Newscoop\Entity\Picture::getCaption PHP 메소드

getCaption() 공개 메소드

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

Usage Example

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