HumHub Documentation (unofficial)

TypeCheckInterface

Table of Contents

Methods

isArray()  : mixed
isObject()  : mixed
propertyCount()  : mixed
propertyExists()  : mixed
propertyGet()  : mixed
propertySet()  : mixed

Methods

isObject()

public static isObject(mixed $value) : mixed
Parameters
$value : mixed

propertyCount()

public static propertyCount(mixed $value) : mixed
Parameters
$value : mixed

propertyExists()

public static propertyExists(mixed $value, mixed $property) : mixed
Parameters
$value : mixed
$property : mixed

propertyGet()

public static propertyGet(mixed $value, mixed $property) : mixed
Parameters
$value : mixed
$property : mixed

propertySet()

public static propertySet(mixed &$value, mixed $property, mixed $data) : mixed
Parameters
$value : mixed
$property : mixed
$data : mixed

        
On this page

Search results