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: 2024-10-14 06:57:10 UTC
README
Trait for dynamically calling methods within classes.
$result = $this->callIfMethodExists( $callback = '', $parameters = null, $no_exists_return = false);