File_Therion_Writers
[ class tree: File_Therion_Writers ] [ index: File_Therion_Writers ] [ all elements ]

Class: File_Therion_Writer

Source Location: /File_Therion-0.4.1/File/Therion/Writers/WriterInterface.php

Class Overview


Interface defines writer plugins.


Author(s):

Copyright:

  • 2016 Benedikt Hallinger

Methods


Inherited Variables

Inherited Methods


Class Details

[line 29]
Interface defines writer plugins.

Writers can be used to influence the writing of therion file data. They are usually expected to write the line contents of the th file. However there may be special writers that do magical things :).



[ Top ]


Method Detail

write   [line 41]

void write( File_Therion $file)

Write Therion data out of the line objects contained in $file.

This will be called by File_Therion->write() to actually perform the write.

  • Throws: File_Therion_Exception for other errors
  • Throws: File_Therion_IOException in case of IO error
  • Access: public

Parameters:

File_Therion   $file   —  the file object to write

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:09:46 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.