Kahlan\Spec\Fixture\Jit\Patcher\Pointcut\SimpleTrait::finalMethod PHP Method

finalMethod() final public method

final public finalMethod ( $param1 = 'default', $param2 = null )
    public final function finalMethod($param1 = 'default', $param2 = null)
    {
        $__KPOINTCUT_ARGS__ = func_get_args();
        $__KPOINTCUT_SELF__ = isset($this) ? $this : get_called_class();
        if ($__KPOINTCUT__ = \Kahlan\Plugin\Pointcut::before(__METHOD__, $__KPOINTCUT_SELF__, $__KPOINTCUT_ARGS__)) {
            $r = $__KPOINTCUT__($__KPOINTCUT_ARGS__, $__KPOINTCUT_SELF__);
            return $r;
        }
        rand(2, 5);
    }