Solar_Form_Load_Model::_getDefault()

protected mixed Solar_Form_Load_Model::_getDefault ( string $name )

Gets the default value for a column, or null if the columns does not exist at the model.

Parameters

  • (string) $name: The column name to get default value for.

Returns

  • (mixed)

Description

Gets the default value for a column, or null if the columns does not exist at the model.



Local