PHP Class spec\Crummy\Phlack\Common\Formatter\FormatterCollectionSpec

Inheritance: extends PhpSpec\ObjectBehavior
Afficher le fichier Open project: mcrumm/phlack

Méthodes publiques

Méthode Description
it_is_a_formatter ( )
its_format_is_a_composite_of_all_internal_formatters ( $linker, $encoder )
let ( LinkFormatter $linker, EncodeFormatter $encoder )

Method Details

it_is_a_formatter() public méthode

public it_is_a_formatter ( )

its_format_is_a_composite_of_all_internal_formatters() public méthode

let() public méthode

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