Ouzo\Utilities\ProxiedClass::fun1 PHP Method

fun1() public method

public fun1 ( $a, $b )
    public function fun1($a, $b)
    {
        return "result of fun1" . $a . $b;
    }
ProxiedClass