PAGI\CallerId\Impl\CallerIdFacade::getCallerIdVariable PHP Метод

getCallerIdVariable() защищенный Метод

Access AGI client to get the variables.
protected getCallerIdVariable ( string $name ) : string
$name string Variable name.
Результат string
    protected function getCallerIdVariable($name)
    {
        return $this->client->getFullVariable('CALLERID(' . $name . ')');
    }