dgifford / method-calling-trait
Trait for dynamically calling methods within classes.
v1.0.3
2016-09-20 13:50 UTC
This package is auto-updated.
Last update: 2025-01-14 07:39:03 UTC
README
Trait for dynamically calling methods within classes.
$result = $this->callIfMethodExists( $callback = '', $parameters = null, $no_exists_return = false);