dgifford/method-calling-trait

Trait for dynamically calling methods within classes.

Installs: 155

Dependents: 1

Suggesters: 0

Security: 0

pkg:composer/dgifford/method-calling-trait

v1.0.3 2016-09-20 13:50 UTC

This package is auto-updated.

Last update: 2025-10-14 09:07:24 UTC


README

Trait for dynamically calling methods within classes.

$result = $this->callIfMethodExists( $callback = '', $parameters = null, $no_exists_return = false);