PHP 8.3.31
Preview: View.php Size: 541 B
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Contracts/View/View.php

<?php

namespace Illuminate\Contracts\View;

use Illuminate\Contracts\Support\Renderable;

interface View extends Renderable
{
    /**
     * Get the name of the view.
     *
     * @return string
     */
    public function name();

    /**
     * Add a piece of data to the view.
     *
     * @param  string|array  $key
     * @param  mixed  $value
     * @return $this
     */
    public function with($key, $value = null);

    /**
     * Get the array of view data.
     *
     * @return array
     */
    public function getData();
}

Directory Contents

Dirs: 0 × Files: 4

Name Size Perms Modified Actions
265 B lrw-rw-rw- 2025-09-17 06:52:59
Edit Download
1.89 KB lrw-rw-rw- 2025-09-17 06:52:59
Edit Download
541 B lrw-rw-rw- 2025-09-17 06:52:59
Edit Download
121 B lrw-rw-rw- 2025-09-17 06:52:59
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).