Overview

Classes

  • Dropbox\AppInfo
  • Dropbox\ArrayEntryStore
  • Dropbox\AuthBase
  • Dropbox\AuthInfo
  • Dropbox\Client
  • Dropbox\OAuth1AccessToken
  • Dropbox\OAuth1Upgrader
  • Dropbox\Path
  • Dropbox\RootCertificates
  • Dropbox\Security
  • Dropbox\SSLTester
  • Dropbox\Util
  • Dropbox\WebAuth
  • Dropbox\WebAuthBase
  • Dropbox\WebAuthNoRedirect
  • Dropbox\WriteMode

Interfaces

  • Dropbox\ValueStore

Exceptions

  • Dropbox\AppInfoLoadException
  • Dropbox\AuthInfoLoadException
  • Dropbox\DeserializeException
  • Dropbox\Exception
  • Dropbox\Exception_BadRequest
  • Dropbox\Exception_BadResponse
  • Dropbox\Exception_BadResponseCode
  • Dropbox\Exception_InvalidAccessToken
  • Dropbox\Exception_NetworkIO
  • Dropbox\Exception_OverQuota
  • Dropbox\Exception_ProtocolError
  • Dropbox\Exception_RetryLater
  • Dropbox\Exception_ServerError
  • Dropbox\HostLoadException
  • Dropbox\StreamReadException
  • Dropbox\WebAuthException_BadRequest
  • Dropbox\WebAuthException_BadState
  • Dropbox\WebAuthException_Csrf
  • Dropbox\WebAuthException_NotApproved
  • Dropbox\WebAuthException_Provider
  • Overview
  • Class

Class ArrayEntryStore

A class that gives get/put/clear access to a single entry in an array.

Dropbox\ArrayEntryStore implements Dropbox\ValueStore
Namespace: Dropbox
Located at Dropbox/ArrayEntryStore.php
Methods summary
public
# __construct( array & $array, mixed $key )

Constructor.

Constructor.

Parameters

$array
The array that we'll be accessing.
$key
The key for the array element we'll be accessing.
public object
# get( )

Returns the entry's current value or null if nothing is set.

Returns the entry's current value or null if nothing is set.

Returns

object

Implementation of

Dropbox\ValueStore::get()
public
# set( object $value )

Set the array entry to the given value.

Set the array entry to the given value.

Parameters

$value

Implementation of

Dropbox\ValueStore::set()
public
# clear( )

Clear the entry.

Clear the entry.

Implementation of

Dropbox\ValueStore::clear()
Dropbox SDK for PHP API documentation generated by ApiGen