PHP Class UserGroupPermission, spark_plug

Inheritance: extends UsersAppModel
Show file Open project: jedt/spark_plug

Public Properties

Property Type Description
$belongsTo
$name
$validate TODO: create validation criteria and show errors

Public Methods

Method Description
__invalidateRulesCache ( ) : unknown_type Deletes all the rules cache keys
afterDelete ( )
afterSave ( )

Method Details

__invalidateRulesCache() public method

Deletes all the rules cache keys
public __invalidateRulesCache ( ) : unknown_type
return unknown_type

afterDelete() public method

public afterDelete ( )

afterSave() public method

public afterSave ( )

Property Details

$belongsTo public property

public $belongsTo

$name public property

public $name

$validate public property

TODO: create validation criteria and show errors
public $validate