PAGI\CallerId\Impl\CallerIdFacade::getCallerIdVariable PHP Méthode

getCallerIdVariable() protected méthode

Access AGI client to get the variables.
protected getCallerIdVariable ( string $name ) : string
$name string Variable name.
Résultat string
    protected function getCallerIdVariable($name)
    {
        return $this->client->getFullVariable('CALLERID(' . $name . ')');
    }