PHP Class Slackwolf\Message\Message

Show file Open project: chrisgillis/slackwolf Class Usage Examples

Public Methods

Method Description
__construct ( $data = [] )
getChannel ( ) : mixed
getSubType ( ) : mixed
getText ( ) : mixed
getUser ( ) : mixed
setChannel ( mixed $channel )
setText ( mixed $text )
setUser ( mixed $user )

Method Details

__construct() public method

public __construct ( $data = [] )

getChannel() public method

public getChannel ( ) : mixed
return mixed

getSubType() public method

public getSubType ( ) : mixed
return mixed

getText() public method

public getText ( ) : mixed
return mixed

getUser() public method

public getUser ( ) : mixed
return mixed

setChannel() public method

public setChannel ( mixed $channel )
$channel mixed

setText() public method

public setText ( mixed $text )
$text mixed

setUser() public method

public setUser ( mixed $user )
$user mixed