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

Class: PHP_Beautifier_Interface

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

Class Overview


Interface for PHP_Beautifier and subclasses.


Author(s):

Version:

  • Release: 0.1.15

Copyright:

  • 2004-2010 Claudio Bustos

Methods


Inherited Variables

Inherited Methods


Class Details

[line 218]
Interface for PHP_Beautifier and subclasses.

Created to made a 'legal' Decorator implementation



[ Top ]


Method Detail

get   [line 231]

string get( )

Get the output on a string
  • Access: public

[ Top ]

process   [line 222]

void process( )

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

[ Top ]

save   [line 236]

void save( [string $sFile = null])

Save the output to a file
  • Access: public

Parameters:

string   $sFile   —  path to file

[ Top ]

show   [line 226]

void show( )

Show on screen the output
  • Access: public

[ Top ]


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