BetterReflection\Reflection\ReflectionClass::getFileName PHP Method

getFileName() public method

public getFileName ( ) : string | null
return string | null
    public function getFileName()
    {
        return $this->locatedSource->getFileName();
    }

Usage Example

 public function fileName() : string
 {
     return $this->reflectionClass->getFileName();
 }
All Usage Examples Of BetterReflection\Reflection\ReflectionClass::getFileName