source/Parser/DirectiveProcessors/DirectiveProcessorInterface.php
Opening brace of a interface must be on the line after the definition Open
Open
interface DirectiveProcessorInterface {
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
public function process(string $line, array & $root, string & $currentUserAgent = '*', string $prevLine = '');
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
public function getDirectiveName(): string;
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
public function matches(string $line): bool;
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
public function __construct(?LoggerInterface $logger = null);
- Exclude checks