PropertyCharLinter
in package
implements
CharLinter
Table of Contents
Interfaces
Properties
Methods
- __construct() : mixed
- lintChar() : bool|null
- Performs lint for a given char, check property part
- lintPropertyContentChar() : bool|null
- Performs lint for a given char, check property content part
- lintPropertyNameChar() : bool|null
- Performs lint for a given char, check property name part
Properties
$lintConfiguration read-only
protected
LintConfiguration
$lintConfiguration
Methods
__construct()
public
__construct(LintConfiguration $lintConfiguration) : mixed
Parameters
- $lintConfiguration : LintConfiguration
lintChar()
Performs lint for a given char, check property part
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 about selector
lintPropertyContentChar()
Performs lint for a given char, check property content part
protected
lintPropertyContentChar(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 a property content
lintPropertyNameChar()
Performs lint for a given char, check property name part
protected
lintPropertyNameChar(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 a property name