PHP Class PHPSA\Analyzer\Pass\Statement\MissingDocblock

Inheritance: implements PHPSA\Analyzer\Pass\AnalyzerPassInterface
Afficher le fichier Open project: ovr/phpsa

Méthodes publiques

Свойство Type Description
$register Contains the Nodes that are registered

Méthodes publiques

Méthode Description
__construct ( array $config )
getMetadata ( ) : Metadata
getRegister ( ) : array
pass ( PhpParser\Node\Stmt $stmt, Context $context ) : boolean

Method Details

__construct() public méthode

public __construct ( array $config )
$config array The config values for the analyzer

getMetadata() public static méthode

public static getMetadata ( ) : Metadata
Résultat PHPSA\Analyzer\Pass\Metadata

getRegister() public méthode

public getRegister ( ) : array
Résultat array

pass() public méthode

public pass ( PhpParser\Node\Stmt $stmt, Context $context ) : boolean
$stmt PhpParser\Node\Stmt
$context PHPSA\Context
Résultat boolean

Property Details

$register public_oe property

Contains the Nodes that are registered
public $register