Skip to content

trait PropertyTrait

Source Code

Provides information about and the properties of an element.

NamespaceBeastBytes\CodPhp\Element

Properties

$hasProperties

true if the element's object has has properties, false if not.

TypeRead/WriteDefault
boolRead

Declared in BeastBytes\CodPhp\Element\PropertyTrait


$properties

Properties of the element indexed by FQCN.

TypeRead/WriteDefault
arrayRead[]

Declared in BeastBytes\CodPhp\Element\PropertyTrait


Generated by CodPhp