PHP 클래스 spec\Crummy\Phlack\Message\MessageSpec

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

공개 메소드들

메소드 설명
it_adds_attachments_to_serialized_output ( AttachmentCollection $attachments, Crummy\Phlack\Message\AttachmentInterface $attachment )
it_allows_for_direct_messages_in_channel ( )
it_contains_text ( )
it_does_not_add_attachments_if_empty ( AttachmentCollection $attachments )
it_does_not_alter_passed_channel ( )
it_does_not_double_wrap_the_icon_emoji ( )
it_increments_the_field_count_on_add ( Crummy\Phlack\Message\AttachmentInterface $attachment )
it_is_initializable ( )
it_prints_as_json ( )
it_returns_an_attachment_collection ( )
it_wraps_icon_emoji_in_colons_on_construct ( )
let ( )

메소드 상세

it_adds_attachments_to_serialized_output() 공개 메소드

public it_adds_attachments_to_serialized_output ( AttachmentCollection $attachments, Crummy\Phlack\Message\AttachmentInterface $attachment )
$attachments Crummy\Phlack\Message\Collection\AttachmentCollection
$attachment Crummy\Phlack\Message\AttachmentInterface

it_allows_for_direct_messages_in_channel() 공개 메소드

it_contains_text() 공개 메소드

public it_contains_text ( )

it_does_not_add_attachments_if_empty() 공개 메소드

public it_does_not_add_attachments_if_empty ( AttachmentCollection $attachments )
$attachments Crummy\Phlack\Message\Collection\AttachmentCollection

it_does_not_alter_passed_channel() 공개 메소드

it_does_not_double_wrap_the_icon_emoji() 공개 메소드

it_increments_the_field_count_on_add() 공개 메소드

public it_increments_the_field_count_on_add ( Crummy\Phlack\Message\AttachmentInterface $attachment )
$attachment Crummy\Phlack\Message\AttachmentInterface

it_is_initializable() 공개 메소드

public it_is_initializable ( )

it_prints_as_json() 공개 메소드

public it_prints_as_json ( )

it_returns_an_attachment_collection() 공개 메소드

it_wraps_icon_emoji_in_colons_on_construct() 공개 메소드

let() 공개 메소드

public let ( )