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 . ')');
    }