PHP 클래스 Crummy\Phlack\Common\Iterocitor

상속: implements Crummy\Phlack\Common\Responder\ResponderInterface
파일 보기 프로젝트 열기: mcrumm/phlack

공개 메소드들

메소드 설명
__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}