Uses of Class
PBEAttributeCondition

Uses of PBEAttributeCondition in
 

Subclasses of PBEAttributeCondition in
 class PBEEmptyCondition
          Description: PBEEmptyCondition returns $true when the value of an attribute is $null or an empty string, otherwise it returns $false. PBEEmptyCondition can be used in attribute events. Event String Action Name: empty Syntax: empty Parameters PBEEmptyCondition does not support any parameters. Examples: PBE:attributeEvent( "product", "name", "before:new,save:if empty set('Default Name!')")