CacheTool\Command\OpcacheInvalidateScriptsCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('opcache:invalidate:scripts')->setDescription('Remove scripts from the opcode cache')->addArgument('path', InputArgument::REQUIRED)->setHelp('');
    }