addType('token', Types::STRING); $this->addType('uid', Types::STRING); $this->addType('fileid', Types::INTEGER); $this->addType('timestamp', Types::INTEGER); $this->addType('templateDestination', Types::INTEGER); $this->addType('templateId', Types::INTEGER); $this->addType('share', Types::STRING); $this->addType('initiatorHost', Types::STRING); $this->addType('initiatorToken', Types::STRING); } }