PHP Класс Audit
Lets you access user activities in your enterprise made through various
applications.
For more information about this service, see the API
Documentation
Показать файл
Открыть проект
Примеры использования класса
Открытые свойства
Открытые методы
Метод |
Описание |
|
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 |
|
|
Описание методов
add()
публичный статический Метод
public static add ( $target, $action, $data = null, $log_message = null, $properties = [] ) |
attributeLabels()
публичный Метод
getColour()
публичный Метод
model()
публичный статический Метод
Returns the static model of the specified AR class.
public static model ( $className = __CLASS__ ) : Audit |
Результат |
Audit |
the static model class |
relations()
публичный Метод
public rules ( ) : array |
Результат |
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 |
Результат |
CActiveDataProvider |
the data provider that can return the models based on the search/filter conditions. |
tableName()
публичный Метод
Описание свойств
$count публичное свойство