PHP 8.2.31
Preview: ContextualBindingBuilder.php Size: 906 B
//opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/illuminate/contracts/Container/ContextualBindingBuilder.php

<?php

namespace RectorPrefix202411\Illuminate\Contracts\Container;

interface ContextualBindingBuilder
{
    /**
     * Define the abstract target that depends on the context.
     *
     * @param  string  $abstract
     * @return $this
     */
    public function needs($abstract);
    /**
     * Define the implementation for the contextual binding.
     *
     * @param  \Closure|string|array  $implementation
     * @return void
     */
    public function give($implementation);
    /**
     * Define tagged services to be used as the implementation for the contextual binding.
     *
     * @param  string  $tag
     * @return void
     */
    public function giveTagged($tag);
    /**
     * Specify the configuration item to bind as a primitive.
     *
     * @param  string  $key
     * @param  mixed  $default
     * @return void
     */
    public function giveConfig($key, $default = null);
}

Directory Contents

Dirs: 0 × Files: 5

Name Size Perms Modified Actions
251 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
252 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
5.45 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
110 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
906 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download

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