ReflectionTypeAlias::getFile
Gets the declaring file for the reflected type alias
public function getFile(): ReflectionFile;
Returns
ReflectionFile
- A ReflectionFile object of the file that the reflected type alias is part of.
Gets the declaring file for the reflected type alias
public function getFile(): ReflectionFile;
ReflectionFile
- A ReflectionFile object of the file that the
reflected type alias is part of.