Documentation

ImportCharLinter
in package
implements CharLinter

Table of Contents

Interfaces

CharLinter

Properties

$IMPORT_RULE  : string

Methods

lintChar()  : bool|null
Performs lint for a given char, check @import rules
isImportContext()  : bool
isImportStart()  : bool

Properties

Methods

lintChar()

Performs lint for a given char, check @import rules

public lintChar(string $charValue, LintContext $lintContext) : bool|null
Parameters
$charValue : string
$lintContext : LintContext
Return values
bool|null

: true if the process should continue, else false, null if this char is not an @import rule


        
On this page

Search results