Pelzini

This is the code documentation for the Pelzini project

Page options:

Inherited members

class MetadataOutputter

Outputs the tree to a metadata file

Authors

Variables

NameVisibilityDescription
$filename 

Functions

NameVisibilityDescription
__constructpublicSets the full filename to output to
check_layoutpublicDoes nothing; there is no layout to check
get_extpublicReturns the file extension of the outputted file (e.g. 'xml')
get_mimetypepublicReturns the mimetype of the outputted file (e.g. 'text/xml')
set_filenamepublicSets the full filename to output to

public __construct

void $MetadataOutputter->__construct ( mixed $filename );

Sets the full filename to output to

public check_layout

void $MetadataOutputter->check_layout ( );

Does nothing; there is no layout to check

public get_ext

void $MetadataOutputter->get_ext ( );

Returns the file extension of the outputted file (e.g. 'xml')

public get_mimetype

void $MetadataOutputter->get_mimetype ( );

Returns the mimetype of the outputted file (e.g. 'text/xml')

public set_filename

void $MetadataOutputter->set_filename ( mixed $filename );

Sets the full filename to output to