AppserverIo\Appserver\ServletEngine\Utils\Error::getFile PHP Méthode

getFile() public méthode

Return's the name of the file where the error has been triggered.
public getFile ( ) : integer
Résultat integer The filename
    public function getFile()
    {
        return $this->file;
    }