Overview

Namespaces

  • Angelfon
    • SDK
      • Exceptions
      • Http
      • Rest
        • Api
          • V099
            • User

Classes

  • Domain
  • InstanceContext
  • InstanceResource
  • ListResource
  • Options
  • Page
  • Serialize
  • Values
  • Version
  • VersionInfo
  • Overview
  • Namespace
  • Class

Class Values

Angelfon\SDK\Values implements ArrayAccess
Namespace: Angelfon\SDK
Located at Values.php
Methods summary
public static
# array_get( $array, $key, $default = null )
public static
# of( $array )
public
# __construct( $options )
public boolean
# offsetExists( mixed $offset )

(PHP 5 >= 5.0.0)
Whether a offset exists

(PHP 5 >= 5.0.0)
Whether a offset exists

Parameters

$offset

An offset to check for.

Returns

boolean

true on success or false on failure.

<

p> The return value will be casted to boolean if non-boolean was returned.

Link

http://php.net/manual/en/arrayaccess.offsetexists.php

Implementation of

ArrayAccess::offsetExists()
public mixed
# offsetGet( mixed $offset )

(PHP 5 >= 5.0.0)
Offset to retrieve

(PHP 5 >= 5.0.0)
Offset to retrieve

Parameters

$offset

The offset to retrieve.

Returns

mixed
Can return all value types.

Link

http://php.net/manual/en/arrayaccess.offsetget.php

Implementation of

ArrayAccess::offsetGet()
public
# offsetSet( mixed $offset, mixed $value )

(PHP 5 >= 5.0.0)
Offset to set

(PHP 5 >= 5.0.0)
Offset to set

Parameters

$offset

The offset to assign the value to.

$value

The value to set.

Link

http://php.net/manual/en/arrayaccess.offsetset.php

Implementation of

ArrayAccess::offsetSet()
public
# offsetUnset( mixed $offset )

(PHP 5 >= 5.0.0)
Offset to unset

(PHP 5 >= 5.0.0)
Offset to unset

Parameters

$offset

The offset to unset.

Link

http://php.net/manual/en/arrayaccess.offsetunset.php

Implementation of

ArrayAccess::offsetUnset()
Constants summary
string NONE
# 'Angelfon\\SDK\\Values\\NONE'
Properties summary
protected $options
#
API documentation generated by ApiGen