PHP Класс Crummy\Phlack\Common\Iterocitor

Наследование: implements Crummy\Phlack\Common\Responder\ResponderInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( array $options = [] )
emote ( $text ) "Emotes" a message into the channel.
reply ( $user, $text ) : Reply Respond with a reply to a user.
say ( $text )
send ( Crummy\Phlack\Message\MessageInterface $message )
shout ( string $text ) : Reply
tell ( string $user, $text ) Send a message to a user.

Защищенные методы

Метод Описание
important ( string $where, string $text ) : Reply

Описание методов

__construct() публичный Метод

public __construct ( array $options = [] )
$options array

emote() публичный Метод

public emote ( $text )

important() защищенный Метод

protected important ( string $where, string $text ) : Reply
$where string
$text string
Результат Crummy\Phlack\WebHook\Reply\Reply

reply() публичный Метод

Respond with a reply to a user.
public reply ( $user, $text ) : Reply
$text
Результат Crummy\Phlack\WebHook\Reply\Reply

say() публичный Метод

public say ( $text )

send() публичный Метод

public send ( Crummy\Phlack\Message\MessageInterface $message )
$message Crummy\Phlack\Message\MessageInterface

shout() публичный Метод

public shout ( string $text ) : Reply
$text string
Результат Crummy\Phlack\WebHook\Reply\Reply

tell() публичный Метод

Send a message to a user.
public tell ( string $user, $text )
$user string user_id {@inheritdoc}