getCaption() public method

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