PHP Класс JSONDict, gitblog

Наследование: implements ArrayAccess, implements Countable
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$cache
$file
$skeleton_file
$storage

Открытые методы

Метод Описание
__construct ( $name_or_path, $is_path = false, $skeleton_file = null )
__toString ( )
count ( )
get ( $key, $default = null, $sep = '/' ) Higher level GET operation able to read deep values, which keys are separated by $sep.
offsetExists ( $k )
offsetGet ( $k )
offsetSet ( $k, $v )
offsetUnset ( $k )
put ( $key, $value, $sep = '/' ) Higher level PUT operation able to set deep values, which keys are separated by $sep.
storage ( ) Retrieve the underlying JSONStore storage
toJSON ( )

Описание методов

__construct() публичный Метод

public __construct ( $name_or_path, $is_path = false, $skeleton_file = null )

__toString() публичный Метод

public __toString ( )

count() публичный Метод

public count ( )

get() публичный Метод

Higher level GET operation able to read deep values, which keys are separated by $sep.
public get ( $key, $default = null, $sep = '/' )

offsetExists() публичный Метод

public offsetExists ( $k )

offsetGet() публичный Метод

public offsetGet ( $k )

offsetSet() публичный Метод

public offsetSet ( $k, $v )

offsetUnset() публичный Метод

public offsetUnset ( $k )

put() публичный Метод

Higher level PUT operation able to set deep values, which keys are separated by $sep.
public put ( $key, $value, $sep = '/' )

storage() публичный Метод

Retrieve the underlying JSONStore storage
public storage ( )

toJSON() публичный Метод

public toJSON ( )

Описание свойств

$cache публичное свойство

public $cache

$file публичное свойство

public $file

$skeleton_file публичное свойство

public $skeleton_file

$storage публичное свойство

public $storage