PDepend\Source\Language\PHP\PHPTokenizerInternal::getSourceFile PHP Method

getSourceFile() public method

Returns the name of the source file.
public getSourceFile ( ) : ASTCompilationUnit
return PDepend\Source\AST\ASTCompilationUnit
    public function getSourceFile()
    {
        return $this->sourceFile;
    }