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

setName() публичный Метод

(non-PHPdoc)
public setName ( $value )
    public function setName($value)
    {
        $num = $this->getNumber();
        $this->setCallerIdVariable('name', $value);
        $this->setCallerIdVariable('all', "{$value}<{$num}>");
    }