메소드 |
설명 |
|
__construct ( string $text = '' ) |
__construct |
|
addAttachment ( MessageAttachment $attachment ) |
addAttachment |
|
enableLinkNames ( string $link_names ) |
Set link_names |
|
getAttachments ( ) : MessageAttachment[] |
Get attachments |
|
getChannel ( ) : string |
Get channel |
|
getIconEmoji ( ) : string |
Get icon_emoji |
|
getIconUrl ( ) : string |
Get icon_url |
|
getLinkNames ( ) : string |
Get link_names |
|
getMrkdwn ( ) : boolean |
Get markdown property |
|
getText ( ) : string |
Get text |
|
getUsername ( ) : string |
Get username |
|
setAttachments ( $attachments ) |
Set attachments |
|
setChannel ( string $channel ) |
Set channel |
|
setIconEmoji ( string $icon_emoji ) |
Set icon_emoji |
|
setIconUrl ( string $icon_url ) |
Set icon_url |
|
setMrkdwn ( boolean $mrkdwn ) |
Set markdown |
|
setText ( string $text ) : MessageInterface |
Set text |
|
setUsername ( string $username ) |
Set username |
|