11 lines
228 B
PHP
11 lines
228 B
PHP
|
|
<?php
|
||
|
|
namespace SPVoipIntegration\zadarma\notifications;
|
||
|
|
|
||
|
|
class ZadarmaNotifyStart extends ZadarmaNotifyInternal {
|
||
|
|
|
||
|
|
protected function getUserPhoneNumber() {
|
||
|
|
return $this->get('called_did');
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|