Property | Type | Description | |
---|---|---|---|
$author_icon | |||
$author_link | |||
$author_name | |||
$color | |||
$fallback | |||
$fields | |||
$image_url | |||
$mrkdwn_in | |||
$pretext | |||
$text | |||
$title | |||
$title_link |
Method | Description | |
---|---|---|
__construct ( ) | ||
addField ( |
addField | |
getAuthorIcon ( ) : string | Get author_icon | |
getAuthorLink ( ) : string | Get author_link | |
getAuthorName ( ) | Get author_name | |
getColor ( ) : string | Get color | |
getFallback ( ) : string | Get fallback | |
getFields ( ) : |
Get fields | |
getImageUrl ( ) : string | Get image_url | |
getMrkdwnIn ( ) : string[] | Get mrkdwn_in property | |
getPretext ( ) : string | Get pretext | |
getText ( ) : string | Get text | |
getTitle ( ) : string | Get title | |
getTitleLink ( ) : string | Get title_link | |
setAuthorIcon ( string $author_icon ) | Set author_icon | |
setAuthorLink ( string $author_link ) | Set author_link | |
setAuthorName ( string $author_name ) | Set author_name | |
setColor ( string $color ) | Set color | |
setFallback ( string $fallback ) | Set fallback | |
setFields ( |
Set fields | |
setImageUrl ( string $image_url ) | Set image_url | |
setMrkdwnIn ( $mrkdwn_in ) | Set mrkdwn_in property | |
setPretext ( string $pretext ) | Set pretext | |
setText ( string $text ) | Set text | |
setTitle ( string $title ) | Set title | |
setTitleLink ( string $title_link ) | Set title_link |
public getFields ( ) : |
||
return | fields |
public getMrkdwnIn ( ) : string[] | ||
return | string[] | mrkdwn_in |
public setAuthorIcon ( string $author_icon ) | ||
$author_icon | string | the value to set |
public setAuthorLink ( string $author_link ) | ||
$author_link | string | the value to set |
public setAuthorName ( string $author_name ) | ||
$author_name | string | the value to set |
public setFallback ( string $fallback ) | ||
$fallback | string | the value to set |
public setFields ( |
||
$fields | the value to set |
public setImageUrl ( string $image_url ) | ||
$image_url | string | the value to set |
public setPretext ( string $pretext ) | ||
$pretext | string | the value to set |
public setTitleLink ( string $title_link ) | ||
$title_link | string | the value to set |