__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <[email protected]> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Attribute; /** * An attribute to tell how a base type should be autoconfigured. * * @author Nicolas Grekas <[email protected]> */ #[\Attribute(\Attribute::TARGET_CLASS | \Attribute::IS_REPEATABLE)] class Autoconfigure { public function __construct( public ?array $tags = null, public ?array $calls = null, public ?array $bind = null, public bool|string|null $lazy = null, public ?bool $public = null, public ?bool $shared = null, public ?bool $autowire = null, public ?array $properties = null, public array|string|null $configurator = null, public ?string $constructor = null, ) { } }
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| AsAlias.php | File | 704 B | 0644 |
|
| AsDecorator.php | File | 622 B | 0644 |
|
| AsTaggedItem.php | File | 654 B | 0644 |
|
| Autoconfigure.php | File | 965 B | 0644 |
|
| AutoconfigureTag.php | File | 735 B | 0644 |
|
| Autowire.php | File | 3.31 KB | 0644 |
|
| AutowireCallable.php | File | 1.85 KB | 0644 |
|
| AutowireDecorated.php | File | 370 B | 0644 |
|
| AutowireIterator.php | File | 1.03 KB | 0644 |
|
| AutowireLocator.php | File | 3.28 KB | 0644 |
|
| AutowireServiceClosure.php | File | 733 B | 0644 |
|
| Exclude.php | File | 487 B | 0644 |
|
| MapDecorated.php | File | 596 B | 0644 |
|
| TaggedIterator.php | File | 824 B | 0644 |
|
| TaggedLocator.php | File | 822 B | 0644 |
|
| Target.php | File | 2.2 KB | 0644 |
|
| When.php | File | 661 B | 0644 |
|