PHP 클래스 PHPSA\Analyzer\Pass\Statement\MissingDocblock

상속: implements PHPSA\Analyzer\Pass\AnalyzerPassInterface
파일 보기 프로젝트 열기: ovr/phpsa

공개 프로퍼티들

프로퍼티 타입 설명
$register Contains the Nodes that are registered

공개 메소드들

메소드 설명
__construct ( array $config )
getMetadata ( ) : Metadata
getRegister ( ) : array
pass ( PhpParser\Node\Stmt $stmt, Context $context ) : boolean

메소드 상세

__construct() 공개 메소드

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

getMetadata() 공개 정적인 메소드

public static getMetadata ( ) : Metadata
리턴 PHPSA\Analyzer\Pass\Metadata

getRegister() 공개 메소드

public getRegister ( ) : array
리턴 array

pass() 공개 메소드

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

프로퍼티 상세

$register 공개적으로 프로퍼티

Contains the Nodes that are registered
public $register