final | |
---|---|
implements |
NamespaceAnswerer |
Methods | ||
---|---|---|
public
static
|
fromScope(Scope $scope): self
|
# |
public
static
|
fromClassReflection(ClassReflection $classReflection): self
|
# |
public
static
|
fromClass(string $className, ?string $fileName): self
|
# |
public
static
|
fromReflectionParameter(ReflectionParameter $parameter): self
|
# |
public
static
|
fromStubParameter(?string $className, string $stubFile, ClassMethod|Function_ $function): self
|
# |
public
static
|
fromGlobalConstant(ReflectionConstant $constant): self
|
# |
public
static
|
createEmpty(): self
|
# |
public
|
getFile(): ?string
|
# |
public
|
getClassName(): ?string
|
# |
public
|
getNamespace(): ?string
|
# |
public
|
getTraitName(): ?string
|
# |
public
|
getFunction(): ?string
|
# |
public
|
getMethod(): ?string
|
# |