PHP Class PHPSA\Analyzer\Pass\Expression\ArrayShortDefinition

Inheritance: implements PHPSA\Analyzer\Pass\AnalyzerPassInterface, use trait PHPSA\Analyzer\Helper\DefaultMetadataPassTrait
Show file Open project: ovr/phpsa

Public Methods

Method Description
defaultMetadata ( )
getMetadata ( )
getRegister ( ) : array
pass ( PhpParser\Node\Expr\Array_ $expr, Context $context ) : boolean

Method Details

defaultMetadata() public method

public defaultMetadata ( )

getMetadata() public static method

public static getMetadata ( )

getRegister() public method

public getRegister ( ) : array
return array

pass() public method

public pass ( PhpParser\Node\Expr\Array_ $expr, Context $context ) : boolean
$expr PhpParser\Node\Expr\Array_
$context PHPSA\Context
return boolean