PHP Класс ConditionTask, symfony-1.4

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.

Автор: Andreas Aderhold ([email protected])
Наследование: extends ConditionBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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".

Описание методов

main() публичный Метод

See whether our nested condition holds and set the property.
public main ( )

setProperty() публичный Метод

The name of the property to set. Required.
public setProperty ( $p )

setValue() публичный Метод

The value for the property to set. Defaults to "true".
public setValue ( $v )