array getMixableMethods(
[
$mixer = null])
|
|
Get the methods that are available for mixin based
This function conditionaly mixies the behavior. Only if the mixer has a 'locked_by' property the behavior will be mixed in.
Tags:
Overrides
KDatabaseBehaviorAbstract::getMixableMethods() (Get the methods that are available for mixin based)
Parameters:
boolean _beforeTableDelete(
$context)
|
|
Checks if a row can be deleted
This function determines if a row can be deleted based on it's locked_by information. If a row is locked, and not by the logged in user, the function will return false, otherwise it will return true
Tags:
Parameters:
boolean _beforeTableUpdate(
$context)
|
|
Checks if a row can be updated
This function determines if a row can be updated based on it's locked_by information. If a row is locked, and not by the logged in user, the function will return false, otherwise it will return true
Tags:
Parameters: