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

Class: PHP_Shell_Extensions_Autoload

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

Class Overview


PHP_Shell_Extensions_Autoload


Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 2006 Jan Kneschke

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 38]
PHP_Shell_Extensions_Autoload


[ Top ]


Class Variables

$autoload =  false

[line 45]

does the use want to use the internal autoload ?
  • Access: protected

Type:   bool


[ Top ]



Method Detail

isAutoloadEnabled   [line 95]

bool isAutoloadEnabled( )

is the autoload-flag set ?
  • Return: true if __autoload() should be set by the external wrapper
  • Access: public

[ Top ]

optSetAutoload   [line 72]

void optSetAutoload( string $key, string $value)

sets the autoload-flag

  • the $value is ignored and doesn't have to be set
  • if __autoload() is defined, the set fails

  • Access: public

Parameters:

string   $key   —  ignored
string   $value   —  ignored

[ Top ]

register   [line 53]

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.