addType('timestamp', Types::INTEGER); $this->addType('started', Types::INTEGER); $this->addType('pollToken', 'string'); $this->addType('loginToken', 'string'); $this->addType('publicKey', 'string'); $this->addType('privateKey', 'string'); $this->addType('clientName', 'string'); $this->addType('loginName', 'string'); $this->addType('server', 'string'); $this->addType('appPassword', 'string'); } }