mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-05-02 14:26:29 +02:00
Define private prop
This commit is contained in:
parent
eeba3104e2
commit
33ae2b0010
1 changed files with 5 additions and 0 deletions
|
@ -44,6 +44,11 @@ class OctopushVirtualNumberAdapter implements AdapterInterface
|
||||||
*/
|
*/
|
||||||
private $api_url = 'https://api.octopush.com/v1/public';
|
private $api_url = 'https://api.octopush.com/v1/public';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Octopush phone number
|
||||||
|
*/
|
||||||
|
private $number;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adapter constructor, called when instanciated by RaspiSMS.
|
* Adapter constructor, called when instanciated by RaspiSMS.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue