ResultTypeArrayAware

This Trait partially implements the ResultAwareInterface for type checking.

Events using this Trait (and the ResultAware trait) will expect event handlers to set results of an Array type.

since

4.2.0

package

Joomla CMS

Properties

resultIsNullable

Can the result attribute values also be NULL?

since

4.2.0

Type(s)

bool

resultIsFalseable

Can the result attribute values also be boolean FALSE?

deprecated
since

4.2.0

deprecated

4.3 will be removed in 6.0 You should use nullable values or exceptions instead of returning boolean false results.

Type(s)

bool