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

Class: ExportOutput

Source Location: /client/ExportPlugin.php

Class Overview


Output of an export


Variables

Methods



Class Details

[line 327]
Output of an export

Output can be either a file or a string which contains output content.




[ Top ]


Class Variables

$contents =

[line 342]



Tags:

access:  private

Type:   string


[ Top ]

$fileName =

[line 337]



Tags:

access:  private

Type:   string


[ Top ]

$filePath =

[line 332]



Tags:

access:  private

Type:   string


[ Top ]



Class Methods


constructor __construct [line 347]

ExportOutput __construct( )

Constructor



Tags:

access:  public


[ Top ]

method getContents [line 393]

string getContents( )

Returns contents if it is not null, contents of file otherwise



Tags:

return:  output contents
access:  public


[ Top ]

method getFileName [line 379]

string getFileName( )

Returns file name if the file exists, null otherwise



Tags:

return:  file name
access:  public


[ Top ]

method setContents [line 371]

void setContents( string $contents)

Sets contents

File and contents shouldn't be set together.




Tags:

access:  public


Parameters:

string   $contents   output contents

[ Top ]

method setFile [line 360]

void setFile( string $filePath, string $fileName)

Sets file name and path

File and contents shouldn't be set together.




Tags:

access:  public


Parameters:

string   $filePath   file path
string   $fileName   file name

[ Top ]


Documentation generated on Wed, 6 Apr 2005 12:06:39 +0200 by phpDocumentor 1.3.0RC3