Method | Description | |
---|---|---|
__construct ( |
||
getDeclaringClass ( ) : |
||
getName ( ) : string | ||
getParameters ( ) : array | ||
getReturnType ( ) : PHPStan\Type\Type | ||
isPrivate ( ) : boolean | ||
isPublic ( ) : boolean | ||
isStatic ( ) : boolean | ||
isVariadic ( ) : boolean |
public __construct ( |
||
$declaringClass | ||
$classMethod | ||
$realParameterTypes | array | |
$phpDocParameterTypes | array | |
$realReturnTypePresent | boolean | |
$realReturnType | PHPStan\Type\Type | |
$phpDocReturnType | PHPStan\Type\Type | |
$isVariadic | boolean |
public getDeclaringClass ( ) : |
||
return |