You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Dec 12, 2016, at 2:30 PM, KTP95 ***@***.***> wrote:
MAGIC METHOD __CALL for \linfo\linfo for do auto-forward to parser
public function __call ( $name , $args ) {
if (method_exists($this->parser, $name) && is_callable ( array($this->parser, $name)) {
return call_user_func(array($this->parser,$name), $args);
}
}
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
MAGIC METHOD __CALL for \linfo\linfo for do auto-forward to parser
The text was updated successfully, but these errors were encountered: