PHP Class PHPSA\Analyzer\Pass\Statement\MissingDocblock

Inheritance: implements PHPSA\Analyzer\Pass\AnalyzerPassInterface
Show file Open project: ovr/phpsa

Public Properties

Property Type Description
$register Contains the Nodes that are registered

Public Methods

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

Method Details

__construct() public method

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

getMetadata() public static method

public static getMetadata ( ) : Metadata
return PHPSA\Analyzer\Pass\Metadata

getRegister() public method

public getRegister ( ) : array
return array

pass() public method

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

Property Details

$register public property

Contains the Nodes that are registered
public $register