PHP 클래스 spec\Crummy\Phlack\Common\Formatter\FormatterCollectionSpec

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

공개 메소드들

메소드 설명
it_is_a_formatter ( )
its_format_is_a_composite_of_all_internal_formatters ( $linker, $encoder )
let ( LinkFormatter $linker, EncodeFormatter $encoder )

메소드 상세

it_is_a_formatter() 공개 메소드

public it_is_a_formatter ( )

its_format_is_a_composite_of_all_internal_formatters() 공개 메소드

let() 공개 메소드

public let ( LinkFormatter $linker, EncodeFormatter $encoder )
$linker Crummy\Phlack\Common\Formatter\LinkFormatter
$encoder Crummy\Phlack\Common\Formatter\EncodeFormatter