From: Hannes Magnusson Date: Sun, 12 Nov 2006 17:34:28 +0000 (+0000) Subject: SplFileObject no longer overwrites getFilename() X-Git-Tag: RELEASE_1_0_0RC1~1045 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1b8dcfd424d42bc9c98828491804f4e561e6461;p=php SplFileObject no longer overwrites getFilename() --- diff --git a/ext/spl/internal/splfileobject.inc b/ext/spl/internal/splfileobject.inc index 08b2d091dd..69a6ad64e9 100755 --- a/ext/spl/internal/splfileobject.inc +++ b/ext/spl/internal/splfileobject.inc @@ -49,14 +49,6 @@ class SplFileObject extends SplFileInfo implements RecursiveIterator, SeekableIt $this->fname = $file_name; } - /** - * @return the filename as specified in the constructor - */ - function getFilename() - { - return $this->fname; - } - /** * @return whether the end of the stream is reached */