has_class_properties()

Not yet in a tagged release

Description

has_class_properties() - does a class have static properties?

bool has_class_properties(string $target, $propTypes = ReflectionProperty::IS_PUBLIC);

Parameters

has_class_properties() takes two parameters:

Return Values

has_class_properties() returns a boolean:

Throws

has_class_properties() throws an InvalidArgumentException if:

Notes