Documentation

ExcludeList
in package

FinalYes

Table of Contents

Properties

$classes  : array<int, non-empty-string>
$classNamePrefixes  : array<int, non-empty-string>
$globalVariables  : array<non-empty-string, true>
$interfaces  : array<int, non-empty-string>
$parentClasses  : array<int, non-empty-string>
$staticProperties  : array<string, array<non-empty-string, true>>

Methods

addClass()  : void
addClassNamePrefix()  : void
addGlobalVariable()  : void
addImplementorsOf()  : void
addStaticProperty()  : void
addSubclassesOf()  : void
isGlobalVariableExcluded()  : bool
isStaticPropertyExcluded()  : bool

Properties

$classes

private array<int, non-empty-string> $classes = []

$classNamePrefixes

private array<int, non-empty-string> $classNamePrefixes = []

$globalVariables

private array<non-empty-string, true> $globalVariables = []

$interfaces

private array<int, non-empty-string> $interfaces = []

$parentClasses

private array<int, non-empty-string> $parentClasses = []

$staticProperties

private array<string, array<non-empty-string, true>> $staticProperties = []

Methods

addClass()

public addClass(non-empty-string $className) : void
Parameters
$className : non-empty-string

addClassNamePrefix()

public addClassNamePrefix(non-empty-string $classNamePrefix) : void
Parameters
$classNamePrefix : non-empty-string

addGlobalVariable()

public addGlobalVariable(non-empty-string $variableName) : void
Parameters
$variableName : non-empty-string

addImplementorsOf()

public addImplementorsOf(non-empty-string $interfaceName) : void
Parameters
$interfaceName : non-empty-string

addStaticProperty()

public addStaticProperty(non-empty-string $className, non-empty-string $propertyName) : void
Parameters
$className : non-empty-string
$propertyName : non-empty-string

addSubclassesOf()

public addSubclassesOf(non-empty-string $className) : void
Parameters
$className : non-empty-string

isGlobalVariableExcluded()

public isGlobalVariableExcluded(string $variableName) : bool
Parameters
$variableName : string
Return values
bool

isStaticPropertyExcluded()

public isStaticPropertyExcluded(class-string $className, non-empty-string $propertyName) : bool
Parameters
$className : class-string
$propertyName : non-empty-string
Return values
bool
On this page

Search results