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

Class: PHP_Beautifier_Batch_Output

Source Location: /PHP_Beautifier-0.1.15/Beautifier/Batch/Output.php

Class Overview


Abstract class to superclass all batch class


Author(s):

Version:

  • Release: 0.1.15

Copyright:

  • 2004-2010 Claudio Bustos

Variables

Methods


Child classes:

PHP_Beautifier_Batch_Output_FilesTar
Handle the batch process for one/multiple php files to one tar compressed file
PHP_Beautifier_Batch_Output_DirectoryTar
PHP_Beautifier_Batch_FilesGz
PHP_Beautifier_Batch_Output_Directory
PHP_Beautifier_Batch_Files Handle the batch process for multiple php files to one directory
PHP_Beautifier_Batch_Output_Files
PHP_Beautifier_Batch_Files Handle the batch process for one/multiple php files to one out

Inherited Variables

Inherited Methods


Class Details

[line 35]
Abstract class to superclass all batch class


[ Top ]


Class Variables

$oBatch =

[line 37]

  • Access: protected

Type:   mixed


[ Top ]



Method Detail

__construct (Constructor)   [line 38]

PHP_Beautifier_Batch_Output __construct( PHP_Beautifier_Batch $oBatch)

  • Access: public

Overridden in child classes as:

PHP_Beautifier_Batch_Output_FilesTar::__construct()

Parameters:

PHP_Beautifier_Batch   $oBatch   — 

[ Top ]

beautifierGet   [line 52]

void beautifierGet( )

  • Access: protected

[ Top ]

beautifierProcess   [line 48]

void beautifierProcess( )

  • Access: protected

[ Top ]

beautifierSave   [line 56]

void beautifierSave( $sFile)

  • Access: protected

Parameters:

   $sFile   — 

[ Top ]

beautifierSetInputFile   [line 42]

void beautifierSetInputFile( $sFile)

  • Access: protected

Parameters:

   $sFile   — 

[ Top ]

get   [line 62]

void get( )

  • Access: public

Overridden in child classes as:

PHP_Beautifier_Batch_Output_FilesTar::get()
PHP_Beautifier_Batch_Output_Directory::get()
Send the output of the files, one after another
PHP_Beautifier_Batch_Output_Files::get()

[ Top ]

save   [line 65]



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