tasks/ext/ExportPropertiesTask.php

Show: inherited
Table of Contents

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

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

Propertyprivatearray  $_disallowedPropertyPrefixes= 'array( 'host.''

Exclude properties starting with these prefixes

Default valuearray( 'host.'Details
Type
array
Access
private  
Propertyprivatearray  $_properties= 'null'

Array of project properties

(default value: null)

Default valuenullDetails
Type
array
Access
private  
Propertyprivatestring  $_targetFile= 'null'

Target file for saved properties

(default value: null)

Default valuenullDetails
Type
string
Access
private  

Methods

methodpublicgetDescription( ) : void

methodpublicgetLocation( ) : void

methodpublicgetOwningTarget( ) : void

methodpublicgetProject( ) : void

methodprotectedgetRegisterSlot( ) : void

methodpublicgetRuntimeConfigurableWrapper( ) : void

methodpublicgetTaskName( ) : void

methodpublicgetTaskType( ) : void

methodpublicinit( ) : void

methodprotectedisDisallowedPropery( string $propertyName ) : bool

Checks if a property name is disallowed

Parameters
Name Type Description
$propertyName string
Returns
Type Description
bool
Details
Access
protected  
methodpubliclog( ) : void

methodpublicmain( ) : void

methodpublicmaybeConfigure( ) : void

methodpublicperform( ) : void

methodpublicsetDescription( ) : void

methodpublicsetDisallowedPropertyPrefixes(  $prefixes ) : bool

setter for _disallowedPropertyPrefixes

Parameters
Name Type Description
$prefixes
Returns
Type Description
bool
Details
Access
public  
methodpublicsetLocation( ) : void

methodpublicsetOwningTarget( ) : void

methodpublicsetProject( ) : void

methodpublicsetRuntimeConfigurableWrapper( ) : void

methodpublicsetTargetFile( string $file ) : bool

setter for _targetFile

Parameters
Name Type Description
$file string
Returns
Type Description
bool
Details
Access
public  
methodpublicsetTaskName( ) : void

methodpublicsetTaskType( ) : void

Documentation was generated by DocBlox 0.17.1.