PHP Class Audit
Lets you access user activities in your enterprise made through various
applications.
For more information about this service, see the API
Documentation
Show file
Open project: openeyes/openeyes
Class Usage Examples
Public Properties
Property |
Type |
Description |
|
$count |
|
|
|
Public Methods
Method |
Description |
|
add ( $target, $action, $data = null, $log_message = null, $properties = [] ) |
|
|
attributeLabels ( ) : array |
|
|
getColour ( ) |
|
|
model ( $className = __CLASS__ ) : Audit |
Returns the static model of the specified AR class. |
|
relations ( ) : array |
|
|
rules ( ) : array |
|
|
save ( $runValidation = true, $attributes = null, $allow_overriding = false ) |
|
|
search ( ) : CActiveDataProvider |
Retrieves a list of models based on the current search/filter conditions. |
|
tableName ( ) : string |
|
|
Method Details
add()
public static method
public static add ( $target, $action, $data = null, $log_message = null, $properties = [] ) |
attributeLabels()
public method
getColour()
public method
model()
public static method
Returns the static model of the specified AR class.
public static model ( $className = __CLASS__ ) : Audit |
return |
Audit |
the static model class |
relations()
public method
public rules ( ) : array |
return |
array |
validation rules for model attributes. |
public save ( $runValidation = true, $attributes = null, $allow_overriding = false ) |
Retrieves a list of models based on the current search/filter conditions.
public search ( ) : CActiveDataProvider |
return |
CActiveDataProvider |
the data provider that can return the models based on the search/filter conditions. |
tableName()
public method
Property Details