PHP 8.3.31
Preview: BindingRegistrar.php Size: 447 B
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Contracts/Routing/BindingRegistrar.php

<?php

namespace Illuminate\Contracts\Routing;

interface BindingRegistrar
{
    /**
     * Add a new route parameter binder.
     *
     * @param  string  $key
     * @param  string|callable  $binder
     * @return void
     */
    public function bind($key, $binder);

    /**
     * Get the binding callback for a given binding.
     *
     * @param  string  $key
     * @return \Closure
     */
    public function getBindingCallback($key);
}

Directory Contents

Dirs: 0 × Files: 5

Name Size Perms Modified Actions
447 B lrw-rw-rw- 2025-09-17 06:53:00
Edit Download
2.63 KB lrw-rw-rw- 2025-09-17 06:53:00
Edit Download
4.64 KB lrw-rw-rw- 2025-09-17 06:53:00
Edit Download
2.75 KB lrw-rw-rw- 2025-09-17 06:53:00
Edit Download
881 B lrw-rw-rw- 2025-09-17 06:53:00
Edit Download

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