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

Class: PHP_Beautifier_Interface

Source Location: /PHP_Beautifier-0.0.8/Beautifier/Common.php

Class Overview


Interface for PHP_Beautifier and subclasses.


Methods


Inherited Variables

Inherited Methods


Class Details

[line 197]
Interface for PHP_Beautifier and subclasses.

Created to made a 'legal' Decorator implementation



[ Top ]


Method Detail

get   [line 210]

string get( )

Get the output on a string
  • Access: public

[ Top ]

process   [line 201]

void process( )

Process the file(s) or string
  • Access: public

[ Top ]

save   [line 215]

void save( [string $sFile = null])

Save the output to a file
  • Access: public

Parameters:

string   $sFile   —  path to file

[ Top ]

show   [line 205]

void show( )

Show on screen the output
  • Access: public

[ Top ]


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