addType('userId', Types::STRING); $this->addType('fileId', Types::INTEGER); $this->addType('token', Types::STRING); $this->addType('expiration', Types::INTEGER); } }