Previous Page
setInvalid()

Solar_Example_Model_Metas_Record
setInvalids()

Next Page
setModel()

setInvalids()

public void setInvalids ( array $list )

Forces multiple properties to be "invalid" and sets validation failure message for them.

Inherited from Solar_Sql_Model_Record.

Parameters

  • (array) $list: An associative array where the key is the property name, and the value is a string (or array of strings) of invalidation messages.

Returns

  • (void)

Description

Forces multiple properties to be "invalid" and sets validation failure message for them.