This documentation is for the old version. Go to the latest Upload Suite docs

ClientEvents.RestrictionFailed Property

Gets or sets an array of RestrictionFailed event handlers.

Syntax

PHP Initialize
public function &getRestrictionFailed() {
}

public function setRestrictionFailed($value) {
}

Property Value

Type: array

The string containing the name of RestrictionFailed event handler or an array of handler names.

Remarks

This event fires when some restriction is broken.

See Also

Reference