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

Class: PHP_Shell_Extensions_AutoloadDebug

Source Location: /PHP_Shell-0.3.2/PHP/Shell/Extensions/AutoloadDebug.php

Class Overview


PHP_Shell_Extensions_AutoloadDebug


Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 2006 Jan Kneschke

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 39]
PHP_Shell_Extensions_AutoloadDebug


[ Top ]


Class Variables

$autoload_debug =  false

[line 46]

is the extenion enabled
  • Access: protected

Type:   bool


[ Top ]

$autoload_depth =  0

[line 53]

recursive depth of the includes
  • Access: protected

Type:   int


[ Top ]



Method Detail

decAutoloadDepth   [line 124]

int decAutoloadDepth( )

decrement the depth counter
  • Access: public

[ Top ]

incAutoloadDepth   [line 114]

int incAutoloadDepth( )

increment the depth counter
  • Access: public

[ Top ]

isAutoloadDebug   [line 104]

bool isAutoloadDebug( )

is the autoload-debug flag set ?
  • Return: true if debug is enabled
  • Access: public

[ Top ]

optSetAutoloadDebug   [line 75]

void optSetAutoloadDebug( string $key, string $value)

handle the autoloaddebug flag
  • Access: public

Parameters:

string   $key   —  the config name
string   $value   —  the value to set

[ Top ]

register   [line 61]

void register( )

register a extension
  • Access: public

[ Top ]


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