PHP Class Namshi\Notificator\Notification\Sms\SmsNotification

Inheritance: extends Namshi\Notificator\Notification, implements Namshi\Notificator\Notification\Sms\SmsNotificationInterface
Datei anzeigen Open project: namshi/notificator Class Usage Examples

Protected Properties

Property Type Description
$recipientAddress

Public Methods

Method Description
__construct ( $recipientNumber, string $message, array $parameters = [] ) Constructor.
getRecipientNumber ( )

Method Details

__construct() public method

Constructor.
public __construct ( $recipientNumber, string $message, array $parameters = [] )
$recipientNumber
$message string
$parameters array

getRecipientNumber() public method

public getRecipientNumber ( )

Property Details

$recipientAddress protected_oe property

protected $recipientAddress