Browse: Home /

Namespace: Util

Util

Class: No description found

Util::isList()

Method: Whether the provided array (or other) is a list rather than a dictionary.

Util::secureCompare()

Method: Compares two strings for equality. The time taken is independent of the number of characters that match.

Util::objectsToIds()

Method: Recursively goes through an array of parameters. If a parameter is an instance of ApiResource, then it is replaced by the resource’s ID.

Set

Class: No description found

DefaultLogger

Class: A very basic implementation of LoggerInterface that has just enough functionality that it can be the default for this library.