Класс Pair

(No version information available, might only be in Git)

Введение

Пары используются классом Ds\Map для хранения пар ключ-значение.

Обзор классов

Ds\Pair implements JsonSerializable {
/* Методы */
public __construct ( mixed $key = ? , mixed $value = ? )
public clear ( ) : void
public copy ( ) : Ds\Pair
public isEmpty ( ) : bool
public toArray ( ) : array
}

Содержание