Interaction
trait Interaction
Properties
| protected array | $interacted | The list of interacted properties. |
Methods
void
interactsWith(string|int $key)
Mark the property as interacted.
void
interacted()
Assert that all properties have been interacted with.
etc()
Disable the interaction check.
mixed
prop(string|null $key = null)
Retrieve a prop within the current scope using "dot" notation.
Details
at line 20
protected void
interactsWith(string|int $key)
Mark the property as interacted.
at line 32
void
interacted()
Assert that all properties have been interacted with.
at line 46
Interaction
etc()
Disable the interaction check.
at line 56
abstract protected mixed
prop(string|null $key = null)
Retrieve a prop within the current scope using "dot" notation.