PAGI\CallerId\ICallerId::setCallerPres PHP Метод

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

Changes the caller id presentation mode.
public setCallerPres ( string $presentationMode ) : void
$presentationMode string Can be one of: allowed_not_screened - Presentation Allowed, Not Screened. allowed_passed_screen - Presentation Allowed, Passed Screen. allowed_failed_screen - Presentation Allowed, Failed Screen. allowed - Presentation Allowed, Network Number. prohib_not_screened - Presentation Prohibited, Not Screened. prohib_passed_screen - Presentation Prohibited, Passed Screen. prohib_failed_screen - Presentation Prohibited, Failed Screen. prohib - Presentation Prohibited, Network Number. unavailable - Number Unavailable.
Результат void
    public function setCallerPres($presentationMode);