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

Class: PHP_Beautifier_Tokenizer_Interface

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

Class Overview


Interface for Tokenizer


Author(s):

Version:

  • Release: 0.1.15

Copyright:

  • 2004-2010 Claudio Bustos

Methods


Inherited Variables

Inherited Methods


Class Details

[line 38]
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 39]

PHP_Beautifier_Tokenizer_Interface __construct( $sText)

  • Access: public

Parameters:

   $sText   — 

[ Top ]

getTokens   [line 40]

void getTokens( )

  • Access: public

[ Top ]


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