PHP Class Crummy\Phlack\Bridge\Guzzle\LegacyUrlPlugin

Inheritance: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
Datei anzeigen Open project: mcrumm/phlack

Public Methods

Method Description
__construct ( $username, $token )
getSubscribedEvents ( )
onRequestBeforeSend ( Guzzle\Common\Event $e )

Method Details

__construct() public method

public __construct ( $username, $token )
$username
$token

getSubscribedEvents() public static method

See also: EventSubscriberInterface
public static getSubscribedEvents ( )

onRequestBeforeSend() public method

public onRequestBeforeSend ( Guzzle\Common\Event $e )
$e Guzzle\Common\Event