Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Slackwolf
Message
Message
PHP Class Slackwolf\Message\Message
ファイルを表示
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