Prado\Util\TRpcClient::getIsNotification PHP Метод

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

public getIsNotification ( ) : boolean
Результат boolean whether requests are considered to be notifications (completely ignoring the response)
    public function getIsNotification()
    {
        return $this->_isNotification;
    }