name: CachePoolDeleteCommand class_comment: null dependencies: - name: AsCommand type: class source: Symfony\Component\Console\Attribute\AsCommand - name: Command type: class source: Symfony\Component\Console\Command\Command - name: CompletionInput type: class source: Symfony\Component\Console\Completion\CompletionInput - name: CompletionSuggestions type: class source: Symfony\Component\Console\Completion\CompletionSuggestions - name: InputArgument type: class source: Symfony\Component\Console\Input\InputArgument - name: InputInterface type: class source: Symfony\Component\Console\Input\InputInterface - name: OutputInterface type: class source: Symfony\Component\Console\Output\OutputInterface - name: SymfonyStyle type: class source: Symfony\Component\Console\Style\SymfonyStyle - name: Psr6CacheClearer type: class source: Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer properties: [] methods: - name: __construct visibility: public parameters: - name: poolClearer - name: poolNames default: 'null' comment: '# * Delete an item from a cache pool. # * # * @author Pierre du Plessis # */ # #[AsCommand(name: ''cache:pool:delete'', description: ''Delete an item from a cache pool'')] # final class CachePoolDeleteCommand extends Command # { # /** # * @param string[]|null $poolNames' - name: configure visibility: protected parameters: [] comment: null - name: execute visibility: protected parameters: - name: input - name: output comment: null - name: complete visibility: public parameters: - name: input - name: suggestions comment: null traits: - Symfony\Component\Console\Attribute\AsCommand - Symfony\Component\Console\Command\Command - Symfony\Component\Console\Completion\CompletionInput - Symfony\Component\Console\Completion\CompletionSuggestions - Symfony\Component\Console\Input\InputArgument - Symfony\Component\Console\Input\InputInterface - Symfony\Component\Console\Output\OutputInterface - Symfony\Component\Console\Style\SymfonyStyle - Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer interfaces: []