PHP Class spec\Crummy\Phlack\Common\IterocitorSpec

Inheritance: extends PhpSpec\ObjectBehavior
Datei anzeigen Open project: mcrumm/phlack

Public Methods

Method Description
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 )

Method Details

it_emotes_a_welcome() public method

public it_emotes_a_welcome ( )

it_is_initializable() public method

public it_is_initializable ( )

it_proxies_reply_to_tell_for_string_input() public method

it_replies_to_carol() public method

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

it_returns_an_empty_reply_on_send() public method

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

it_says_hello() public method

public it_says_hello ( )

it_shouts_at_everyone() public method

it_tells_U12345_he_is_great() public method

let() public method

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