tasks/ext/ExportPropertiesTask.php
Saves currently defined properties into a specified file
- Author
- Andrei Serdeliuc
- Extends
- Task
- Package
- phing.tasks.ext
- Version
- $Id: ExportPropertiesTask.php 767 2010-04-14 12:09:18Z mrook $
\ExportPropertiesTask
Package: phing\tasks\ext
Default value
Saves currently defined properties into a specified file
- Parent(s)
- \Task < \ProjectComponent
- Author
- Andrei Serdeliuc
- Extends
- Task
- Version
- $Id: ExportPropertiesTask.php 767 2010-04-14 12:09:18Z mrook $
Properties

array
$_disallowedPropertyPrefixes= 'array(
'host.''
Exclude properties starting with these prefixes
Default value
array(
'host.'Details- Type
- array
- Access
- private

array
$_properties= 'null'
Array of project properties
(default value: null)
nullDetails- Type
- array
- Access
- private
Methods

isDisallowedPropery(
string $propertyName
)
:
boolChecks if a property name is disallowed
Parameters
Returns
Details
| Name | Type | Description |
|---|---|---|
| $propertyName | string |
| Type | Description |
|---|---|
| bool |
- Access
- protected

setDisallowedPropertyPrefixes(
$prefixes
)
:
boolsetter for _disallowedPropertyPrefixes
Parameters
Returns
Details
| Name | Type | Description |
|---|---|---|
| $prefixes |
| Type | Description |
|---|---|
| bool |
- Access
- public

setTargetFile(
string $file
)
:
boolsetter for _targetFile
Parameters
Returns
Details
| Name | Type | Description |
|---|---|---|
| $file | string |
| Type | Description |
|---|---|
| bool |
- Access
- public