App\services\View::jsonCustom PHP Method

jsonCustom() private static method

private static jsonCustom ( array $array )
$array array
    private static function jsonCustom(array $array)
    {
        if (is_array($array)) {
            Session::save();
            exit(json_encode($array));
        }
    }