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

Class: AutoloaderIndex_Dummy

Source Location: /classes/index/AutoloaderIndex_Dummy.php

Class Overview

AutoloaderIndex
   |
   --AutoloaderIndex_Dummy

A Dummy implementation without any persistent abilities.


Author(s):

Version:

  • 1.0

Copyright:

  • Copyright (C) 2010 Markus Malkusch

Methods


Inherited Methods

Class: AutoloaderIndex

AutoloaderIndex::delete()
Deletes the index
AutoloaderIndex::getContext()
The Autoloader class path context
AutoloaderIndex::getPath()
AutoloaderIndex::hasPath()
AutoloaderIndex::save()
Makes the changes to the index persistent.
AutoloaderIndex::setAutoloader()
The Autoloader calls this to set itself to this index.
AutoloaderIndex::setPath()
Set the path for the class $class to $path
AutoloaderIndex::unsetPath()
Unset the path for the class
AutoloaderIndex::_setPath()
Set the path for the class $class to $path
AutoloaderIndex::_unsetPath()
Unset the path for the class $class.
AutoloaderIndex::__destruct()
Destruction of this index will make changes persistent.

Class Details

[line 35]
A Dummy implementation without any persistent abilities.

There is no sense except testing in using this index.




Tags:

author:  Markus Malkusch <markus@malkusch.de>
version:  1.0
copyright:  Copyright (C) 2010 Markus Malkusch


[ Top ]


Class Methods


method delete [line 93]

void delete( )

Does nothing



Tags:

access:  public


Overrides AutoloaderIndex::delete() (Deletes the index)

[ Top ]

method getPath [line 52]

String getPath( String $class)



Tags:

return:  The absolute path
throws:  AutoloaderException_Index_NotFound
throws:  AutoloaderException_Index
access:  public


Overrides AutoloaderIndex::getPath() (parent method not documented)

Parameters:

String   $class  

[ Top ]

method hasPath [line 85]

bool hasPath( String $class)



Tags:

throws:  AutoloaderException_Index
access:  public


Overrides AutoloaderIndex::hasPath() (parent method not documented)

Parameters:

String   $class  

[ Top ]

method save [line 100]

void save( )

Does nothing



Tags:

access:  public


Overrides AutoloaderIndex::save() (Makes the changes to the index persistent.)

[ Top ]

method _setPath [line 66]

void _setPath( String $class, String $path)



Tags:

throws:  AutoloaderException_Index
access:  protected


Overrides AutoloaderIndex::_setPath() (Set the path for the class $class to $path)

Parameters:

String   $class  
String   $path  

[ Top ]

method _unsetPath [line 75]

void _unsetPath( String $class)



Tags:

throws:  AutoloaderException_Index
access:  protected


Overrides AutoloaderIndex::_unsetPath() (Unset the path for the class $class.)

Parameters:

String   $class  

[ Top ]


Documentation generated on Fri, 27 Nov 2009 11:36:40 +0100 by phpDocumentor 1.4.3