getCaption() public method

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