PHP 클래스 PHPStan\Analyser\TypeSpecifier

파일 보기 프로젝트 열기: phpstan/phpstan 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Standard $printer )
specifyTypesInCondition ( SpecifiedTypes $types, Scope $scope, PhpParser\Node $expr, boolean $negated = false, integer $source = self::SOURCE_UNKNOWN ) : SpecifiedTypes

메소드 상세

__construct() 공개 메소드

public __construct ( Standard $printer )
$printer PhpParser\PrettyPrinter\Standard

specifyTypesInCondition() 공개 메소드

public specifyTypesInCondition ( SpecifiedTypes $types, Scope $scope, PhpParser\Node $expr, boolean $negated = false, integer $source = self::SOURCE_UNKNOWN ) : SpecifiedTypes
$types SpecifiedTypes
$scope Scope
$expr PhpParser\Node
$negated boolean
$source integer
리턴 SpecifiedTypes