PHP Class UniqueCodeMapping

The followings are the available columns in table 'unique_codes':
Inheritance: extends BaseActiveRecord
Show file Open project: openeyes/openeyes Class Usage Examples

Public Methods

Method Description
behaviors ( )
defaultScope ( ) : array
lock ( )
model ( $className = __CLASS__ ) : ElementOperation Returns the static model of the specified AR class.
relations ( )
rules ( )
search ( ) : CActiveDataProvider Retrieves a list of models based on the current search/filter conditions.
tableName ( )
unlock ( )

Method Details

behaviors() public method

public behaviors ( )

defaultScope() public method

public defaultScope ( ) : array
return array default scope (applies only to SELECT statements)

lock() public method

public lock ( )

model() public static method

Returns the static model of the specified AR class.
public static model ( $className = __CLASS__ ) : ElementOperation
return ElementOperation the static model class

relations() public method

public relations ( )

rules() public method

public rules ( )

tableName() public method

public tableName ( )

unlock() public method

public unlock ( )