コード例 #1
0
ファイル: Attachment.php プロジェクト: GTAWWEKID/tsiserver.us
 /**
  * @return string
  */
 public function ContentLocation()
 {
     return $this->oBodyStructure ? $this->oBodyStructure->ContentLocation() : '';
 }