getAttachmentId() public method

Get attachment_id
public getAttachmentId ( ) : integer
return integer
コード例 #1
0
 public function getAttachmentId()
 {
     $this->__load();
     return parent::getAttachmentId();
 }