classes/phing/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
Saves currently defined properties into a specified file
Use {@link Project#createTask} to register a new Task.
- Extends from
- \Task
- author
- Andrei Serdeliuc
- copyright
- 2001,2002 THYRELL. All rights reserved
- extends
- Task
- package
- phing.tasks.ext
- version
- $Id: ExportPropertiesTask.php 767 2010-04-14 12:09:18Z mrook $
Properties

array
$_disallowedPropertyPrefixes= 'array'
Exclude properties starting with these prefixes
arrayDetails- 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
| Name | Type | Description |
|---|---|---|
| $propertyName | string |
| Type | Description |
|---|---|
| bool |
- access
- protected

setDisallowedPropertyPrefixes(
$prefixes
)
:
boolsetter for _disallowedPropertyPrefixes
| Name | Type | Description |
|---|---|---|
| $prefixes |
| Type | Description |
|---|---|
| bool |
- access
- public