getCaption() 공개 메소드

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