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

<?php

namespace Illuminate\Contracts\Routing;

interface UrlRoutable
{
    /**
     * Get the value of the model's route key.
     *
     * @return mixed
     */
    public function getRouteKey();

    /**
     * Get the route key for the model.
     *
     * @return string
     */
    public function getRouteKeyName();

    /**
     * Retrieve the model for a bound value.
     *
     * @param  mixed  $value
     * @param  string|null  $field
     * @return \Illuminate\Database\Eloquent\Model|null
     */
    public function resolveRouteBinding($value, $field = null);

    /**
     * Retrieve the child model for a bound value.
     *
     * @param  string  $childType
     * @param  mixed  $value
     * @param  string|null  $field
     * @return \Illuminate\Database\Eloquent\Model|null
     */
    public function resolveChildRouteBinding($childType, $value, $field);
}

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).