The way this class is designed, it needs to take the file name via the
constructor as an "initiation point".

if you try to call a method of this class without initiation occurring it
will throw an exception.

this is why you must instantiate the SplFileObject's __construct() method
to start the initiation.

Hope this helps.
Paul.

On Wed, Dec 5, 2012 at 2:38 PM, Christoph Rosse <c...@okto.tv> wrote:

> SplFileObject

Reply via email to