PHP 클래스 Thenbsp\Wechat\Message\Entity\Music

상속: extends Thenbsp\Wechat\Message\Entity
파일 보기 프로젝트 열기: thenbsp/wechat 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$HQMusicUrl 高质量音乐链接
$description 音乐描述
$musicUrl 音乐链接
$thumbMediaId 缩略图的媒体id
$title 音乐标题

공개 메소드들

메소드 설명
getBody ( ) 消息内容
getType ( ) 消息类型
setDescription ( $description ) 音乐描述
setHQMusicUrl ( $HQMusicUrl ) 高质量音乐链接
setMusicUrl ( $musicUrl ) 音乐链接
setThumbMediaId ( $thumbMediaId ) 缩略图的媒体id
setTitle ( $title ) 音乐标题

메소드 상세

getBody() 공개 메소드

消息内容
public getBody ( )

getType() 공개 메소드

消息类型
public getType ( )

setDescription() 공개 메소드

音乐描述
public setDescription ( $description )

setHQMusicUrl() 공개 메소드

高质量音乐链接
public setHQMusicUrl ( $HQMusicUrl )

setMusicUrl() 공개 메소드

音乐链接
public setMusicUrl ( $musicUrl )

setThumbMediaId() 공개 메소드

缩略图的媒体id
public setThumbMediaId ( $thumbMediaId )

setTitle() 공개 메소드

音乐标题
public setTitle ( $title )

프로퍼티 상세

$HQMusicUrl 보호되어 있는 프로퍼티

高质量音乐链接
protected $HQMusicUrl

$description 보호되어 있는 프로퍼티

音乐描述
protected $description

$musicUrl 보호되어 있는 프로퍼티

音乐链接
protected $musicUrl

$thumbMediaId 보호되어 있는 프로퍼티

缩略图的媒体id
protected $thumbMediaId

$title 보호되어 있는 프로퍼티

音乐标题
protected $title