PHP 클래스 Slack\Message\Message

또한 보기: Slack\Message\MessageInterface
상속: implements MessageInterface
파일 보기 프로젝트 열기: polem/slack-notifier 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$attachments
$channel
$icon_emoji
$icon_url
$link_names
$mrkdwn
$text
$username

공개 메소드들

메소드 설명
__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

메소드 상세

__construct() 공개 메소드

__construct
public __construct ( string $text = '' )
$text string message text

addAttachment() 공개 메소드

addAttachment
public addAttachment ( MessageAttachment $attachment )
$attachment MessageAttachment

enableLinkNames() 공개 메소드

Set link_names
public enableLinkNames ( string $link_names )
$link_names string the value to set

getAttachments() 공개 메소드

Get attachments
public getAttachments ( ) : MessageAttachment[]
리턴 MessageAttachment[] attachments

getChannel() 공개 메소드

Get channel
public getChannel ( ) : string
리턴 string

getIconEmoji() 공개 메소드

Get icon_emoji
public getIconEmoji ( ) : string
리턴 string

getIconUrl() 공개 메소드

Get icon_url
public getIconUrl ( ) : string
리턴 string

getLinkNames() 공개 메소드

Get link_names
public getLinkNames ( ) : string
리턴 string

getMrkdwn() 공개 메소드

Get markdown property
public getMrkdwn ( ) : boolean
리턴 boolean

getText() 공개 메소드

Get text
public getText ( ) : string
리턴 string

getUsername() 공개 메소드

Get username
public getUsername ( ) : string
리턴 string

setAttachments() 공개 메소드

Set attachments
public setAttachments ( $attachments )

setChannel() 공개 메소드

Set channel
public setChannel ( string $channel )
$channel string the value to set

setIconEmoji() 공개 메소드

Set icon_emoji
public setIconEmoji ( string $icon_emoji )
$icon_emoji string the value to set

setIconUrl() 공개 메소드

Set icon_url
public setIconUrl ( string $icon_url )
$icon_url string the value to set

setMrkdwn() 공개 메소드

Set markdown
public setMrkdwn ( boolean $mrkdwn )
$mrkdwn boolean

setText() 공개 메소드

Set text
public setText ( string $text ) : MessageInterface
$text string the value to set
리턴 MessageInterface

setUsername() 공개 메소드

Set username
public setUsername ( string $username )
$username string the value to set

프로퍼티 상세

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

protected $attachments

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

protected $channel

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

protected $icon_emoji

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

protected $icon_url

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

protected $mrkdwn

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

protected $text

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

protected $username