Previous Page
__get()

Solar_Model_Nodes
_addFilter()

Next Page
_addRelated()

_addFilter()

protected void _addFilter ( string $col, string $method )

Adds a column filter.

Inherited from Solar_Sql_Model.

Parameters

  • (string) $col: The column name to filter.
  • (string) $method: The filter method name, e.g. 'validateUnique'.

Returns

  • (void)

Description

Adds a column filter.

This can be a "real" (table) or "virtual" (calculate) column.

Remember, filters are applied only to Record object data.