PHP Класс spec\Crummy\Phlack\Bridge\Symfony\Console\ConsoleAdapterSpec

Наследование: extends PhpSpec\ObjectBehavior
Показать файл Открыть проект

Открытые методы

Метод Описание
it_executes_the_command_argument ( $mainframe, $converter, Symfony\Component\Console\Input\InputInterface $input, SlashCommand $cmd, Symfony\Component\Console\Output\OutputInterface $output, Packet $p )
it_is_initializable ( )
let ( Mainframe $mainframe, StringConverter $converter )

Описание методов

it_executes_the_command_argument() публичный Метод

public it_executes_the_command_argument ( $mainframe, $converter, Symfony\Component\Console\Input\InputInterface $input, SlashCommand $cmd, Symfony\Component\Console\Output\OutputInterface $output, Packet $p )
$input Symfony\Component\Console\Input\InputInterface
$cmd Crummy\Phlack\WebHook\SlashCommand
$output Symfony\Component\Console\Output\OutputInterface
$p Crummy\Phlack\Bot\Mainframe\Packet

it_is_initializable() публичный Метод

public it_is_initializable ( )

let() публичный Метод

public let ( Mainframe $mainframe, StringConverter $converter )
$mainframe Crummy\Phlack\Bot\Mainframe\Mainframe
$converter Crummy\Phlack\WebHook\Converter\StringConverter