This task supports boolean logic as well as pluggable conditions to decide, whether a property should be set.
This task does not extend Task to take advantage of ConditionBase.
Show file Open project: vjousse/symfony-1.4Method | Description | |
---|---|---|
main ( ) | See whether our nested condition holds and set the property. | |
setProperty ( $p ) | The name of the property to set. Required. | |
setValue ( $v ) | The value for the property to set. Defaults to "true". |
public setValue ( $v ) |