A

ApplicationClass in namespace Contentful\Console
CLI Application with Helpers for the Contentful SDK.
AssetClass in namespace Contentful\Delivery
InstanceCache::addContentType() — Method in class InstanceCache
$LocalizedResourceProperty in class LocalizedResource
List of codes for all the locales available in the space this resource belongs to
AccessTokenInvalidExceptionClass in namespace Contentful\Exception
An AccessTokenInvalidException gets thrown when the access token was not accepted by the API.
ApiExceptionClass in namespace Contentful\Exception
A RequestException is thrown when an errors occurs while communicating with the API.
ArrayLoggerClass in namespace Contentful\Log
Saves requests information in array so they can be retrieved later.

B

ResourceBuilder::buildObjectsFromRawData() — Method in class ResourceBuilder
Build objects based on PHP classes from the raw JSON based objects.

C

ClientClass in namespace Contentful
Abstract client for common code for the different clients.
CacheClearerClass in namespace Contentful\Delivery\Cache
CacheClearer::clear() — Method in class CacheClearer
CacheInterfaceClass in namespace Contentful\Delivery\Cache
CacheWarmerClass in namespace Contentful\Delivery\Cache
ClientClass in namespace Contentful\Delivery
A Client is used to communicate the Contentful Delivery API.
ClearCacheCommandClass in namespace Contentful\Delivery\Console
ClearCacheCommand::configure() — Method in class ClearCacheCommand
WarmUpCacheCommand::configure() — Method in class WarmUpCacheCommand
ContentTypeClass in namespace Contentful\Delivery
Content Types are schemas that define the fields of Entries. Every Entry can only contain values in the fields defined by it's Content Type, and the values of those fields must match the data type defined in the Content Type.
ContentTypeFieldClass in namespace Contentful\Delivery
A ContentTypeField describes one field of a ContentType. This includes essential information for the display of the field's value.
$DynamicEntryProperty in class DynamicEntry
Manager::continueSync() — Method in class Manager
Continues the synchronization either at the next page or with the results since the initial synchronization.
ResourceArray::count() — Method in class ResourceArray
Returns the number of resources in this array.

D

DateHelperClass in namespace Contentful
DynamicEntryClass in namespace Contentful\Delivery
DeletedAssetClass in namespace Contentful\Delivery\Synchronization
A DeletedAsset describes an asset that has been deleted.
DeletedEntryClass in namespace Contentful\Delivery\Synchronization
A DeletedEntry describes an entry that has been deleted.
DeletedResourceClass in namespace Contentful\Delivery\Synchronization
A DeletedResource encodes metadata about a deleted resource.
JsonHelper::decode() — Method in class JsonHelper

E

ClearCacheCommand::execute() — Method in class ClearCacheCommand
WarmUpCacheCommand::execute() — Method in class WarmUpCacheCommand
EntryInterfaceClass in namespace Contentful\Delivery
JsonHelper::encode() — Method in class JsonHelper

F

DateHelper::formatForJson() — Method in class DateHelper
Unfortunately PHP has no easy way to create a nice, ISO 8601 formatted date string with milliseconds and Z as the time zone specifier. Thus this hack.
FilesystemCacheClass in namespace Contentful\Delivery\Cache
FileClass in namespace Contentful\File
FileInterfaceClass in namespace Contentful\File

G

Client::getSdkName() — Method in class Client
The name of the library to be used in the User-Agent header.
Client::getSdkVersion() — Method in class Client
The version of the library to be used in the User-Agent header.
Application::getDefaultCommands() — Method in class Application
Asset::getTitle() — Method in class Asset
The title of the asset.
Asset::getDescription() — Method in class Asset
Asset::getFile() — Method in class Asset
Asset::getId() — Method in class Asset
Returns the ID of this Asset.
Asset::getRevision() — Method in class Asset
Returns the Revision of this Asset.
Asset::getUpdatedAt() — Method in class Asset
Returns the time when this Asset was last changed.
Asset::getCreatedAt() — Method in class Asset
Returns the time when this Asset was created.
Asset::getSpace() — Method in class Asset
Returns the Space this Asset belongs to.
InstanceCache::getSpace() — Method in class InstanceCache
Get the space to which this instance Cache belongs.
InstanceCache::getContentType() — Method in class InstanceCache
Client::getSdkName() — Method in class Client
The name of the library to be used in the User-Agent header.
Client::getSdkVersion() — Method in class Client
The version of the library to be used in the User-Agent header.
Client::getAsset() — Method in class Client
Client::getAssets() — Method in class Client
Client::getContentType() — Method in class Client
Client::getContentTypes() — Method in class Client
Client::getEntry() — Method in class Client
Client::getEntries() — Method in class Client
Client::getSpace() — Method in class Client
Client::getSynchronizationManager() — Method in class Client
Get an instance of the synchronization manager. Note that with the Preview API only an inital sync is giving valid results.
ContentType::getName() — Method in class ContentType
Returns the name of this content type.
ContentType::getFields() — Method in class ContentType
Returns all the fields of this content type as an associative array. The key is the ID of the field.
ContentType::getDescription() — Method in class ContentType
Returns the content type's description.
ContentType::getField() — Method in class ContentType
Returns the field for the passed id.
ContentType::getDisplayField() — Method in class ContentType
Returns the the display field of a content type. Commonly this is the title.
ContentType::getId() — Method in class ContentType
Returns the ID of this content type.
ContentType::getRevision() — Method in class ContentType
Returns the revision of this content type.
ContentType::getUpdatedAt() — Method in class ContentType
Returns the time when this content type was last updated.
ContentType::getCreatedAt() — Method in class ContentType
Returns the time when this content type was created.
ContentType::getSpace() — Method in class ContentType
Returns the space this content type belongs to.
ContentTypeField::getId() — Method in class ContentTypeField
Returns the ID of the content type.
ContentTypeField::getName() — Method in class ContentTypeField
Returns the name of the content type.
ContentTypeField::getType() — Method in class ContentTypeField
Returns the type of the field.
ContentTypeField::getLinkType() — Method in class ContentTypeField
If the field is a link, this will return the type of the linked resource.
ContentTypeField::getItemsType() — Method in class ContentTypeField
If the field is an array, this returns the type of its items.
ContentTypeField::getItemsLinkType() — Method in class ContentTypeField
If the field is an array, and it's items are links, this returns the type of the linked resources.
DynamicEntry::getId() — Method in class DynamicEntry
DynamicEntry::getRevision() — Method in class DynamicEntry
DynamicEntry::getUpdatedAt() — Method in class DynamicEntry
DynamicEntry::getCreatedAt() — Method in class DynamicEntry
DynamicEntry::getSpace() — Method in class DynamicEntry
DynamicEntry::getContentType() — Method in class DynamicEntry
Locale::getCode() — Method in class Locale
Returns the locale code
Locale::getName() — Method in class Locale
Returns the human readable name
Locale::getFallbackCode() — Method in class Locale
Returns the code of the locale used for for the fallback
LocalizedResource::getLocale() — Method in class LocalizedResource
The locale code for the currently set locale.
LocalizedResource::getLocaleFromInput() — Method in class LocalizedResource
Query::getQueryData() — Method in class Query
Returns the parameters to execute this query.
Space::getName() — Method in class Space
Returns the name of this space.
Space::getLocales() — Method in class Space
Returns the list of all locales supported by this Space.
Space::getLocale() — Method in class Space
Space::getDefaultLocale() — Method in class Space
Returns the default locale for this space.
Space::getId() — Method in class Space
Returns the id of this space.
DeletedEntry::getContentType() — Method in class DeletedEntry
This method always returns null when used with the sync API. It does return a value when parsing a webhook response.
DeletedResource::getId() — Method in class DeletedResource
Returns the ID of the resource.
DeletedResource::getSpace() — Method in class DeletedResource
Returns the space the resource used to belong to.
DeletedResource::getRevision() — Method in class DeletedResource
Returns the last revision of the resource before it was deleted.
DeletedResource::getUpdatedAt() — Method in class DeletedResource
Returns the time when the resource was updated.
DeletedResource::getCreatedAt() — Method in class DeletedResource
Returns the time when the resource was created.
DeletedResource::getDeletedAt() — Method in class DeletedResource
Returns the time when the resource was deleted.
Query::getQueryData() — Method in class Query
Returns the parameters to execute this query.
Query::getQueryString() — Method in class Query
The urlencoded query string for this query.
Result::getItems() — Method in class Result
Returns the items retrieved by this synchronization operation.
Result::getToken() — Method in class Result
Returns the token needed to continue the synchronization.
SystemProperties::getId() — Method in class SystemProperties
SystemProperties::getType() — Method in class SystemProperties
SystemProperties::getSpace() — Method in class SystemProperties
SystemProperties::getContentType() — Method in class SystemProperties
SystemProperties::getRevision() — Method in class SystemProperties
SystemProperties::getLocale() — Method in class SystemProperties
SystemProperties::getCreatedAt() — Method in class SystemProperties
SystemProperties::getUpdatedAt() — Method in class SystemProperties
SystemProperties::getDeletedAt() — Method in class SystemProperties
ApiException::getRequest() — Method in class ApiException
Get the request that caused the exception
ApiException::getResponse() — Method in class ApiException
Get the associated response
ApiException::getRequestId() — Method in class ApiException
RateLimitExceededException::getRateLimitReset() — Method in class RateLimitExceededException
Returns the number of seconds until the rate limit expires.
File::getFileName() — Method in class File
The name of this file
File::getContentType() — Method in class File
The Content- (or MIME-)Type of this file.
File::getUrl() — Method in class File
The Url where this file can be retrieved.
File::getSize() — Method in class File
The size in bytes of this file.
FileInterface::getFileName() — Method in class FileInterface
The name of this file
FileInterface::getContentType() — Method in class FileInterface
The Content- (or MIME-)Type of this file.
ImageFile::getWidth() — Method in class ImageFile
Returns the width of the image.
ImageFile::getHeight() — Method in class ImageFile
Returns the height of the image.
ImageFile::getUrl() — Method in class ImageFile
ImageOptions::getQueryString() — Method in class ImageOptions
The urlencoded query string for these options.
ImageOptions::getWidth() — Method in class ImageOptions
Get the width of the image. Will be null if no width is set.
ImageOptions::getHeight() — Method in class ImageOptions
Get the height of the image. Will be null if no height is set.
ImageOptions::getFormat() — Method in class ImageOptions
Format of the image. Possible values are "png" and "jpg". Will be null if no format is set.
ImageOptions::getQuality() — Method in class ImageOptions
Quality of the JPEG encoded image. Will be null if no quality is set.
ImageOptions::getResizeFit() — Method in class ImageOptions
Returns the behavior used for resizing images.
ImageOptions::getResizeFocus() — Method in class ImageOptions
Get the focus area for resizing.
ImageOptions::getRadius() — Method in class ImageOptions
Radius used to crop the image.
ImageOptions::getBackgroundColor() — Method in class ImageOptions
Returns the background color used when padding an image.
UploadFile::getFileName() — Method in class UploadFile
The name of this file
UploadFile::getContentType() — Method in class UploadFile
The Content- (or MIME-)Type of this file.
UploadFile::getUpload() — Method in class UploadFile
Link::getId() — Method in class Link
Get the ID of the referenced resource
Link::getLinkType() — Method in class Link
Get the type of the Link.
Location::getLatitude() — Method in class Location
Returns the latitude.
Location::getLongitude() — Method in class Location
Returns the longitude
ArrayLogger::getTimer() — Method in class ArrayLogger
Returns a timer to be used to gather timing information for the next request.
ArrayLogger::getLogs() — Method in class ArrayLogger
Returns the collected logs.
LogEntry::getApi() — Method in class LogEntry
LogEntry::getRequest() — Method in class LogEntry
LogEntry::getException() — Method in class LogEntry
LogEntry::getDuration() — Method in class LogEntry
LogEntry::getResponse() — Method in class LogEntry
LoggerInterface::getTimer() — Method in class LoggerInterface
Returns a timer to be used to gather timing information for the next request.
NullLogger::getTimer() — Method in class NullLogger
NullTimer::getDuration() — Method in class NullTimer
StandardTimer::getDuration() — Method in class StandardTimer
Returns the time (in seconds) the timer ran.
TimerInterface::getDuration() — Method in class TimerInterface
Returns the time (in seconds) the timer ran.
Query::getQueryData() — Method in class Query
Returns the parameters to execute this query.
Query::getQueryString() — Method in class Query
The urlencoded query string for this query.
ResourceArray::getTotal() — Method in class ResourceArray
Returns the total amount of resources matching the filter.
ResourceArray::getLimit() — Method in class ResourceArray
The limit used when retrieving this ResourceArray.
ResourceArray::getSkip() — Method in class ResourceArray
The number of skipped resources when retrieving this ResourceArray.
ResourceArray::getItems() — Method in class ResourceArray
Get the returned values as a PHP array.
ResourceArray::getIterator() — Method in class ResourceArray
Returns a \Traversable to allow iterating the ResourceArray.
UserAgentGenerator::getUserAgent() — Method in class UserAgentGenerator
Returns the value of the User-Agent header for any requests made to Contentful

H

InstanceCache::hasSpace() — Method in class InstanceCache
Whether the space has been cached or not
InstanceCache::hasContentType() — Method in class InstanceCache
ApiException::hasResponse() — Method in class ApiException
Check if a response was received

I

InstanceCacheClass in namespace Contentful\Delivery\Cache
Client::isPreview() — Method in class Client
Returns true when using the Preview API
ContentTypeField::isRequired() — Method in class ContentTypeField
Returns true if this field is required
ContentTypeField::isLocalized() — Method in class ContentTypeField
Returns true if the field contains locale dependent content.
ContentTypeField::isDisabled() — Method in class ContentTypeField
True if the field is disabled.
Locale::isDefault() — Method in class Locale
Returns true if this is the default locale for the space.
Result::isDone() — Method in class Result
Returns true if there are currently no more results in the synchronization.
InvalidQueryExceptionClass in namespace Contentful\Exception
An InvalidQueryException is thrown when the query could not be executed. The most common case is setting a non-existing content type or field name.
ImageFileClass in namespace Contentful\File
ImageOptionsClass in namespace Contentful\File
ImageOptions allows specifying extended options to the Contentful Image API .
ImageOptions::isProgressive() — Method in class ImageOptions
Returns true if the image will be loaded as progressive JPEG.
LogEntry::isError() — Method in class LogEntry
True if the requests threw an error.
NullTimer::isRunning() — Method in class NullTimer
StandardTimer::isRunning() — Method in class StandardTimer
Returns true if the timer is currently running.
TimerInterface::isRunning() — Method in class TimerInterface
Returns true if the timer is currently running.

J

Asset::jsonSerialize() — Method in class Asset
Returns an object to be used by json_encode to serialize objects of this class.
ContentType::jsonSerialize() — Method in class ContentType
Returns an object to be used by json_encode to serialize objects of this class.
ContentTypeField::jsonSerialize() — Method in class ContentTypeField
Returns an object to be used by json_encode to serialize objects of this class.
DynamicEntry::jsonSerialize() — Method in class DynamicEntry
Locale::jsonSerialize() — Method in class Locale
Returns an object to be used by json_encode to serialize objects of this class.
Space::jsonSerialize() — Method in class Space
Returns an object to be used by json_encode to serialize objects of this class.
DeletedResource::jsonSerialize() — Method in class DeletedResource
Returns an object to be used by json_encode to serialize objects of this class.
SystemProperties::jsonSerialize() — Method in class SystemProperties
Returns an object to be used by json_encode to serialize objects of this class.
File::jsonSerialize() — Method in class File
Returns an object to be used by json_encode to serialize objects of this class.
ImageFile::jsonSerialize() — Method in class ImageFile
Returns an object to be used by json_encode to serialize objects of this class.
UploadFile::jsonSerialize() — Method in class UploadFile
Returns an object to be used by json_encode to serialize objects of this class.
JsonHelperClass in namespace Contentful
Helper methods for handling JSON encoding/decoding
Link::jsonSerialize() — Method in class Link
Returns an object to be used by json_encode to serialize objects of this class.
Location::jsonSerialize() — Method in class Location
Returns an object to be used by json_encode to serialize objects of this class.
ResourceArray::jsonSerialize() — Method in class ResourceArray
Returns an object to be used by json_encode to serialize objects of this class.

L

LocaleClass in namespace Contentful\Delivery
Value object encoding a locale.
LocalizedResourceClass in namespace Contentful\Delivery
A LocalizedResource can store information for multiple locales. The methods in this base class allow switching between the locales.
LocalizedResource::loopThroughFallbackChain() — Method in class LocalizedResource
LinkClass in namespace Contentful
A link encodes a reference to a resource.
LocationClass in namespace Contentful
The Location class encodes a geographic Location based on latitude and longitude.
ArrayLogger::log() — Method in class ArrayLogger
Log information about a request.
LogEntryClass in namespace Contentful\Log
LoggerInterfaceClass in namespace Contentful\Log
LoggerInterface::log() — Method in class LoggerInterface
Log information about a request.
NullLogger::log() — Method in class NullLogger
Log information about a request.

M

ManagerClass in namespace Contentful\Delivery\Synchronization
The synchronization Manager can be used to sync a Space to this server.

N

NullCacheClass in namespace Contentful\Delivery\Cache
NotFoundExceptionClass in namespace Contentful\Exception
A NotFoundException indicates that the desired resource could not be found on the server.
NullLoggerClass in namespace Contentful\Log
Implementation of LoggerInterface that logs nothing.
NullTimerClass in namespace Contentful\Log
Implementation of TimerInterface that does not actually record any time.

O

Query::orderBy() — Method in class Query
Set the order of the items retrieved by this query.
ResourceArray::offsetExists() — Method in class ResourceArray
ResourceArray::offsetGet() — Method in class ResourceArray
ResourceArray::offsetSet() — Method in class ResourceArray
This method is not implemented since a ResourceArray is read-only.
ResourceArray::offsetUnset() — Method in class ResourceArray
This method is not implemented since a ResourceArray is read-only.

Q

QueryClass in namespace Contentful\Delivery
A Query is used to filter and order collections when making API requests.
QueryClass in namespace Contentful\Delivery\Synchronization
A sync Query can be used to limit what type of resources and events should be synced
Location::queryStringFormatted() — Method in class Location
Format the encoded value as required by the Contentful API.
QueryClass in namespace Contentful
A Query is used to filter and order collections when making API requests.

R

Client::request() — Method in class Client
CacheInterface::readSpace() — Method in class CacheInterface
CacheInterface::readContentType() — Method in class CacheInterface
FilesystemCache::readSpace() — Method in class FilesystemCache
FilesystemCache::readContentType() — Method in class FilesystemCache
NullCache::readSpace() — Method in class NullCache
NullCache::readContentType() — Method in class NullCache
Client::resolveLink() — Method in class Client
Resolve a link to it's resource.
Client::reviveJson() — Method in class Client
Revive JSON previously cached.
ResourceBuilderClass in namespace Contentful\Delivery
The ResourceBuilder is responsible for turning the responses from the API into instances of PHP classes.
ResultClass in namespace Contentful\Delivery\Synchronization
The Result of synchronization.
RateLimitExceededExceptionClass in namespace Contentful\Exception
A RateLimitExceededException is thrown when there have been too many requests.
ResourceArrayClass in namespace Contentful
A ResourceArray holds the response of an API request if more than one resource has been requested.

S

Client::setApplication() — Method in class Client
Set the application name and version. The values are used as part of the X-Contentful-User-Agent header.
Client::setIntegration() — Method in class Client
Set the integration name and version. The values are used as part of the X-Contentful-User-Agent header.
InstanceCache::setSpace() — Method in class InstanceCache
Set the space to which this instance Cache belongs.
Client::syncRequest() — Method in class Client
Internal method for \Contentful\Delivery\Synchronization\Manager
$DynamicEntryProperty in class DynamicEntry
LocalizedResource::setLocale() — Method in class LocalizedResource
Set the locale for this instance. All future calls to a getter will return the information for this locale.
Query::setInclude() — Method in class Query
Set the amount of levels of links that should be resolved.
Query::setLocale() — Method in class Query
Sets the locale for which content should be retrieved. Set it to * to retrieve all locales.
SpaceClass in namespace Contentful\Delivery
The Space class represents a single space identified by it's ID and holding some metadata.
$DeletedResourceProperty in class DeletedResource
Manager::startSync() — Method in class Manager
Starts a new Synchronization. Will contain all the Resources currently present in the space.
Query::setType() — Method in class Query
Set the Type of event or resource to sync.
Query::setContentType() — Method in class Query
Set the content type to which results should be limited. Set to NULL to not filter for a content type.
SystemPropertiesClass in namespace Contentful\Delivery
A SystemProperties instance contains the metadata of a resource.
SpaceMismatchExceptionClass in namespace Contentful\Exception
A SpaceMismatchException is thrown when attempting to create a Resource for a different Space than the one configured for the client.
ImageOptions::setWidth() — Method in class ImageOptions
Set the width of the image.
ImageOptions::setHeight() — Method in class ImageOptions
Set the height of the image.
ImageOptions::setFormat() — Method in class ImageOptions
Set the format of the image. Valid values are "png" and "jpg". Can be set to null to not enforce a format.
ImageOptions::setQuality() — Method in class ImageOptions
Quality of the JPEG encoded image.
ImageOptions::setProgressive() — Method in class ImageOptions
Set to true to load the image as a progressive JPEG.
ImageOptions::setResizeFit() — Method in class ImageOptions
Change the behavior when resizing the image.
ImageOptions::setResizeFocus() — Method in class ImageOptions
Set the focus area when the resize fit is set to 'thumb'.
ImageOptions::setRadius() — Method in class ImageOptions
Add rounded corners to your image or crop to a circle/ellipsis
ImageOptions::setBackgroundColor() — Method in class ImageOptions
Background color, relevant if the resize fit type 'pad' is used.
LogEntry::serialize() — Method in class LogEntry
NullTimer::start() — Method in class NullTimer
Starts the timer.
NullTimer::stop() — Method in class NullTimer
Stops the timer.
StandardTimerClass in namespace Contentful\Log
StandardTimer::start() — Method in class StandardTimer
Starts the timer.
StandardTimer::stop() — Method in class StandardTimer
Stops the timer.
TimerInterface::start() — Method in class TimerInterface
Starts the timer.
TimerInterface::stop() — Method in class TimerInterface
Stops the timer.
Query::setSkip() — Method in class Query
Sets the index of the first result to retrieve. To reset set to NULL.
Query::setLimit() — Method in class Query
Set the maximum number of results to retrieve. To reset set to NULL;
Query::setContentType() — Method in class Query
Set the content type to which results should be limited. Set to NULL to not filter for a content type.
Query::setMimeTypeGroup() — Method in class Query
Query::select() — Method in class Query
The select operator allows you to choose what to return from an entity.
UserAgentGenerator::setApplication() — Method in class UserAgentGenerator
Set the application name and version. The values are used as part of the X-Contentful-User-Agent header.
UserAgentGenerator::setIntegration() — Method in class UserAgentGenerator
Set the application name and version. The values are used as part of the X-Contentful-User-Agent header.

T

TimerInterfaceClass in namespace Contentful\Log
The TimerInterface is used to record the duration of requests against Contentful's API.

U

UploadFileClass in namespace Contentful\File
LogEntry::unserialize() — Method in class LogEntry
UserAgentGeneratorClass in namespace Contentful

W

CacheWarmer::warmUp() — Method in class CacheWarmer
WarmUpCacheCommandClass in namespace Contentful\Delivery\Console
Query::where() — Method in class Query
Add a filter condition to this query.

_

Client::__construct() — Method in class Client
Client constructor.
Application::__construct() — Method in class Application
Asset::__construct() — Method in class Asset
Asset constructor.
CacheClearer::__construct() — Method in class CacheClearer
CacheClearer constructor.
CacheWarmer::__construct() — Method in class CacheWarmer
CacheWarmer constructor.
FilesystemCache::__construct() — Method in class FilesystemCache
FilesystemCache constructor.
InstanceCache::__construct() — Method in class InstanceCache
InstanceCache constructor.
Client::__construct() — Method in class Client
Client constructor.
ContentType::__construct() — Method in class ContentType
ContentType constructor.
ContentTypeField::__construct() — Method in class ContentTypeField
ContentTypeField constructor.
DynamicEntry::__construct() — Method in class DynamicEntry
Entry constructor.
DynamicEntry::__call() — Method in class DynamicEntry
Locale::__construct() — Method in class Locale
Locale constructor.
LocalizedResource::__construct() — Method in class LocalizedResource
LocalizedResource constructor.
ResourceBuilder::__construct() — Method in class ResourceBuilder
ResourceBuilder constructor.
Space::__construct() — Method in class Space
Space constructor.
DeletedResource::__construct() — Method in class DeletedResource
DeletedResource constructor.
Manager::__construct() — Method in class Manager
Manager constructor.
Query::__construct() — Method in class Query
Query constructor.
Result::__construct() — Method in class Result
Result constructor.
SystemProperties::__construct() — Method in class SystemProperties
SystemProperties constructor.
ApiException::__construct() — Method in class ApiException
RequestException constructor.
RateLimitExceededException::__construct() — Method in class RateLimitExceededException
RateLimitExceededException constructor.
File::__construct() — Method in class File
File constructor.
ImageFile::__construct() — Method in class ImageFile
ImageFile constructor.
ImageOptions::__construct() — Method in class ImageOptions
ImageOptions constructor.
UploadFile::__construct() — Method in class UploadFile
Link::__construct() — Method in class Link
Link constructor.
Location::__construct() — Method in class Location
ArrayLogger::__construct() — Method in class ArrayLogger
Empty constructor for forward compatibility.
LogEntry::__construct() — Method in class LogEntry
LogEntry constructor.
NullLogger::__construct() — Method in class NullLogger
Empty constructor for forward compatibility.
NullTimer::__construct() — Method in class NullTimer
Empty constructor for forward compatibility.
StandardTimer::__construct() — Method in class StandardTimer
Empty constructor for forward compatibility.
Query::__construct() — Method in class Query
Query constructor.
ResourceArray::__construct() — Method in class ResourceArray
ResourceArray constructor.
UserAgentGenerator::__construct() — Method in class UserAgentGenerator
UserAgentGenerator constructor.