PAGI\CallerId\Impl\CallerIdFacade::getCallerIdVariable PHP Method

getCallerIdVariable() protected method

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