Autogenerated class SavedFilter_Model. More...
Public Member Functions | |
__construct ($values, $prefix) | |
Create an instance of the given type. | |
get_scope () | |
Get the scope as a string. | |
get_deletable () | |
Get if current user is allowed to delete the object. | |
Static Public Attributes | |
static | $rewrite_columns |
An array containing the custom column dependencies. |
Autogenerated class SavedFilter_Model.
SavedFilter_Model::__construct | ( | $ | values, | |
$ | prefix | |||
) |
Create an instance of the given type.
Don't call dirctly, called from *Set_Model-objects
Reimplemented from BaseSavedFilter_Model.
SavedFilter_Model::$rewrite_columns [static] |
array( 'scope' => array('username'), 'deletable' => array('username') )
An array containing the custom column dependencies.
Reimplemented from BaseObject_Model.