Modifies the PHP
include_path
configuration option for the duration of this phing run.
The given path can be prepended (default) or appended to the current include path, or it can replace the include path.
Table B.32: Attributes
Name | Type | Description | Default | Required |
---|---|---|---|---|
classpath
|
String
| the new include path[s] | n/a | Yes |
classPathRef
|
String
| Reference to a previously defined Path type | n/a | No |
mode
|
String
| Whether to prepend , append or
replace the include path with the given path.
| prepend | No |