getCaption() public method

Get caption
public getCaption ( ) : string
return string
コード例 #1
0
 public function getCaption()
 {
     $this->__load();
     return parent::getCaption();
 }