getCaption() public method

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