PHP Class PHPSA\Analyzer\Pass\Statement\OptionalParamBeforeRequired

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

Public Methods

Method Description
getRegister ( ) : array
pass ( PhpParser\Node\Stmt $func, Context $context ) : boolean

Method Details

getRegister() public method

public getRegister ( ) : array
return array

pass() public method

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