dgifford / method-calling-trait
用于在类中动态调用方法的特性。
v1.0.3
2016-09-20 13:50 UTC
This package is auto-updated.
Last update: 2024-09-14 06:47:22 UTC
README
用于在类中动态调用方法的特性。
$result = $this->callIfMethodExists( $callback = '', $parameters = null, $no_exists_return = false);