Documentation

PropertyCharLinter
in package
implements CharLinter

Table of Contents

Interfaces

CharLinter

Properties

$lintConfiguration  : LintConfiguration

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

Methods

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


        
On this page

Search results