PHP Class Namshi\Notificator\Notification\Handler\SMSCountry

Inheritance: implements Namshi\Notificator\Notification\Handler\HandlerInterface
Datei anzeigen Open project: namshi/notificator

Protected Properties

Property Type Description
$client

Public Methods

Method Description
__construct ( Namshi\SMSCountry\Client $client )
getClient ( ) : ClientInterface
handle ( Namshi\Notificator\NotificationInterface $notification )
shouldHandle ( Namshi\Notificator\NotificationInterface $notification )

Method Details

__construct() public method

public __construct ( Namshi\SMSCountry\Client $client )
$client Namshi\SMSCountry\Client

getClient() public method

public getClient ( ) : ClientInterface
return ClientInterface

handle() public method

public handle ( Namshi\Notificator\NotificationInterface $notification )
$notification Namshi\Notificator\NotificationInterface

shouldHandle() public method

public shouldHandle ( Namshi\Notificator\NotificationInterface $notification )
$notification Namshi\Notificator\NotificationInterface

Property Details

$client protected_oe property

protected $client