PHP Class Slack\Message\MessageField

Show file Open project: polem/slack-notifier

Protected Properties

Property Type Description
$short
$title
$value

Public Methods

Method Description
getShort ( ) : string Get short
getTitle ( ) : string Get title
getValue ( ) : string Get value
setShort ( string $short ) Set short
setTitle ( string $title ) Set title
setValue ( string $value ) Set value

Method Details

getShort() public method

Get short
public getShort ( ) : string
return string

getTitle() public method

Get title
public getTitle ( ) : string
return string

getValue() public method

Get value
public getValue ( ) : string
return string

setShort() public method

Set short
public setShort ( string $short )
$short string the value to set

setTitle() public method

Set title
public setTitle ( string $title )
$title string the value to set

setValue() public method

Set value
public setValue ( string $value )
$value string the value to set

Property Details

$short protected property

protected $short

$title protected property

protected $title

$value protected property

protected $value