PHP 클래스 spec\Crummy\Phlack\Common\IterocitorSpec

상속: extends PhpSpec\ObjectBehavior
파일 보기 프로젝트 열기: mcrumm/phlack

공개 메소드들

메소드 설명
it_emotes_a_welcome ( )
it_is_initializable ( )
it_proxies_reply_to_tell_for_string_input ( )
it_replies_to_carol ( Crummy\Phlack\WebHook\CommandInterface $command )
it_returns_an_empty_reply_on_send ( Crummy\Phlack\Message\MessageInterface $message )
it_says_hello ( )
it_shouts_at_everyone ( )
it_tells_U12345_he_is_great ( )
let ( PhlackClient $client )

메소드 상세

it_emotes_a_welcome() 공개 메소드

public it_emotes_a_welcome ( )

it_is_initializable() 공개 메소드

public it_is_initializable ( )

it_proxies_reply_to_tell_for_string_input() 공개 메소드

it_replies_to_carol() 공개 메소드

public it_replies_to_carol ( Crummy\Phlack\WebHook\CommandInterface $command )
$command Crummy\Phlack\WebHook\CommandInterface

it_returns_an_empty_reply_on_send() 공개 메소드

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

it_says_hello() 공개 메소드

public it_says_hello ( )

it_shouts_at_everyone() 공개 메소드

it_tells_U12345_he_is_great() 공개 메소드

let() 공개 메소드

public let ( PhlackClient $client )
$client Crummy\Phlack\Bridge\Guzzle\PhlackClient