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

Class: PHP_Beautifier_Tokeniker_Interface

Source Location: /PHP_Beautifier-0.1.1/Beautifier/Tokenizer.php

Class Overview


Interface for Tokenizer


Methods


Inherited Variables

Inherited Methods


Class Details

[line 34]
Interface for Tokenizer

In the constructor, you should send the text of the file / code The function getTokens() should send the tokens for the code, like token_get_all()



[ Top ]


Method Detail

__construct (Constructor)   [line 35]

PHP_Beautifier_Tokeniker_Interface __construct( $sText)

  • Access: public

Parameters:

   $sText   — 

[ Top ]

getTokens   [line 36]

void getTokens( )

  • Access: public

[ Top ]


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