PHP Class PHPStan\Type\NestedArrayItemType

ファイルを表示 Open project: phpstan/phpstan

Public Methods

Method Description
__construct ( PHPStan\Type\Type $itemType, integer $depth )
getDepth ( ) : integer
getItemType ( ) : PHPStan\Type\Type

Method Details

__construct() public method

public __construct ( PHPStan\Type\Type $itemType, integer $depth )
$itemType PHPStan\Type\Type
$depth integer

getDepth() public method

public getDepth ( ) : integer
return integer

getItemType() public method

public getItemType ( ) : PHPStan\Type\Type
return PHPStan\Type\Type