Parse
Packages
- HttpClients
- Internal
Interfaces, Classes and Traits
- ParseStorageInterface
- Class ParseStorageInterface - Specifies an interface for implementing persistence.
- ParseACL
- Class ParseACL - is used to control which users can access or modify a particular
object. Each ParseObject can have its own ParseACL. You can grant read and
write permissions separately to specific users, to groups of users that
belong to roles, or you can grant permissions to "the public" so that, for
example, any user could read a particular object but only a particular set
of users could write to that object.
- ParseAggregateException
- Class ParseAggregateException - Multiple error condition.
- ParseAnalytics
- Class ParseAnalytics - Handles sending app-open and custom analytics events.
- ParseAudience
- Class ParseAudience - Representation of Audience for tracking and sending push notifications
- ParseBytes
- Class ParseBytes - Representation of a Byte array for storage on a Parse Object.
- ParseClient
- Class ParseClient - Main class for Parse initialization and communication.
- ParseCloud
- Class ParseCloud - Facilitates calling Parse Cloud functions.
- ParseConfig
- Class ParseConfig - For accessing Parse Config settings.
- ParseException
- Class ParseException - Wrapper for \Exception class.
- ParseFile
- Class ParseFile - Representation of a Parse File object.
- ParseGeoPoint
- Class ParseGeoPoint - Representation of a Parse GeoPoint object.
- ParseHooks
- Class ParseHooks - Representation of a Parse Hooks object.
- ParseInstallation
- Class ParseInstallation - Representation of an Installation stored on Parse.
- ParseLogs
- Class ParseLogs - Allows access to server side parse script logs
- ParseMemoryStorage
- Class ParseMemoryStorage - Uses non-persisted memory for storage.
- ParseObject
- Class ParseObject - Representation of an object stored on Parse.
- ParsePolygon
- ParsePolygon - Representation of a Parse Polygon object.
- ParsePush
- Class ParsePush - Handles sending push notifications with Parse.
- ParsePushStatus
- Class ParsePushStatus - Representation of PushStatus for push notifications
- ParseQuery
- Class ParseQuery - Handles querying data from Parse.
- ParseRelation
- Class ParseRelation - A class that is used to access all of the children of a many-to-many relationship.
- ParseRole
- Class ParseRole - Representation of an access Role.
- ParseSchema
- Class ParseSchema - Handles schemas data from Parse.
- ParseServerInfo
- Class ParseFeatures - Representation of server-side features
- ParseSession
- Class ParseSession - Representation of an expiring user session.
- ParseSessionStorage
- Class ParseSessionStorage - Uses PHP session support for persistent storage.
- ParseUser
- Class ParseUser - Representation of a user object stored on Parse.