trait PropertyTrait
Provides information about and the properties of an element.
| Namespace | BeastBytes\CodPhp\Element |
|---|
Properties
$hasProperties
true if the element's object has has properties, false if not.
| Type | Read/Write | Default |
|---|---|---|
| bool | Read |
Declared in BeastBytes\CodPhp\Element\PropertyTrait
Related
$properties
Properties of the element indexed by FQCN.
| Type | Read/Write | Default |
|---|---|---|
| array | Read | [] |
Declared in BeastBytes\CodPhp\Element\PropertyTrait
Generated by CodPhp