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

Class: PHP_Beautifier_Batch_Output

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

Class Overview


Abstract class to superclass all batch class


Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 2004-2006 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 36]

  • Access: protected

Type:   mixed


[ Top ]



Method Detail

__construct (Constructor)   [line 37]

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 51]

void beautifierGet( )

  • Access: protected

[ Top ]

beautifierProcess   [line 47]

void beautifierProcess( )

  • Access: protected

[ Top ]

beautifierSave   [line 55]

void beautifierSave( $sFile)

  • Access: protected

Parameters:

   $sFile   — 

[ Top ]

beautifierSetInputFile   [line 41]

void beautifierSetInputFile( $sFile)

  • Access: protected

Parameters:

   $sFile   — 

[ Top ]

get   [line 61]

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 64]



Documentation generated on Mon, 11 Mar 2019 14:40:43 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.