tasks/system/IncludePathTask.php

Show: inherited
Table of Contents

\IncludePathTask

Package: phing\tasks\system

Adds a normalized path to the PHP include_path.

This provides a way to alter the include_path without editing any global php.ini settings or PHP_CLASSPATH environment variable.

  
Parent(s)
\Task < \ProjectComponent
Author
Hans Lellelid  
Version
$Revision: 526 $  

Properties

Propertyprivatestring  $classname= ''

Classname of task to register.

This can be a dot-path -- relative to a location on PHP include_path. E.g. path.to.MyClass -> path/to/MyClass.php

Details
Type
string
Propertyprivate\Path  $classpath= ''

Path to add to PHP include_path to aid in finding specified class.

Details
Type
\Path
Propertyprivate  $classpathId= ''

Refid to already defined classpath

Details
Type
n/a

Methods

methodpubliccreateClasspath( ) : void

Create the classpath to be used when searching for component being defined

methodpublicgetDescription( ) : void

methodpublicgetLocation( ) : void

methodpublicgetOwningTarget( ) : void

methodpublicgetProject( ) : void

methodprotectedgetRegisterSlot( ) : void

methodpublicgetRuntimeConfigurableWrapper( ) : void

methodpublicgetTaskName( ) : void

methodpublicgetTaskType( ) : void

methodpublicinit( ) : void

methodpubliclog( ) : void

methodpublicmain( ) : void

Main entry point

methodpublicmaybeConfigure( ) : void

methodpublicperform( ) : void

methodpublicsetClasspath( \Path $classpath ) : void

Set the classpath to be used when searching for component being defined

Parameters
Name Type Description
$classpath \Path

An Path object containing the classpath.

methodpublicsetClasspathRef(  $r ) : void

Reference to a classpath to use when loading the files.

Parameters
Name Type Description
$r
methodpublicsetDescription( ) : void

methodpublicsetLocation( ) : void

methodpublicsetOwningTarget( ) : void

methodpublicsetProject( ) : void

methodpublicsetRuntimeConfigurableWrapper( ) : void

methodpublicsetTaskName( ) : void

methodpublicsetTaskType( ) : void

Documentation was generated by DocBlox 0.17.1.