PHP Class spec\Crummy\Phlack\Bridge\Guzzle\ApiClientSpec

Inheritance: extends PhpSpec\ObjectBehavior
ファイルを表示 Open project: mcrumm/phlack

Protected Properties

Property Type Description
$config

Public Methods

Method Description
it_adds_the_token_to_the_command_before_prepare ( Guzzle\Common\Event $event, Guzzle\Service\Command\CommandInterface $command )
it_has_a_factory_method ( )
it_is_initializable ( )
let ( )

Method Details

it_adds_the_token_to_the_command_before_prepare() public method

public it_adds_the_token_to_the_command_before_prepare ( Guzzle\Common\Event $event, Guzzle\Service\Command\CommandInterface $command )
$event Guzzle\Common\Event
$command Guzzle\Service\Command\CommandInterface

it_has_a_factory_method() public method

it_is_initializable() public method

public it_is_initializable ( )

let() public method

public let ( )

Property Details

$config protected_oe property

protected $config