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

Class: PHP_Shell_Extensions_Autoload

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

Class Overview


Autoload Extension


Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 16]
Autoload Extension

Note: shell wrapper has to create the __autoload() function when isAutoloadEnabled() is true

handles the options to enable the internal autoload support

:set al :set autoload

autoload can't be disabled



[ Top ]


Class Variables

$autoload =  false

[line 22]

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

Type:   bool


[ Top ]



Method Detail

isAutoloadEnabled   [line 56]

bool isAutoloadEnabled( )

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

[ Top ]

optSetAutoload   [line 37]

void optSetAutoload( $key, $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:

   $key   — 
   $value   — 

[ Top ]

register   [line 24]

void register( )

  • Access: public

[ Top ]


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