Property | Type | Description | |
---|---|---|---|
$content_type | Content type we want to get | ||
$criteria | Criteria of the list | ||
$lang | Language of the Object | ||
$manual_list | Manual List | ||
$number | Number Items to get | ||
$paging | =0 means no paging, >0 means item per pages | ||
$tags | Object Tags | ||
$terms | Object Terms | ||
$type | This list is manual or auto |
Method | Description | |
---|---|---|
attributeLabels ( ) : array | ||
getContentLang ( ) | ||
getContentType ( ) | ||
getDynamicTerms ( ) | ||
getTerms ( ) | ||
model ( $className = __CLASS__ ) : ContentList | Returns the static model of the specified AR class. | |
relations ( ) : array | ||
rules ( ) : array | ||
search ( ) : CActiveDataProvider | Retrieves a list of models based on the current search/filter conditions. | |
suggestContent ( ) | ||
suggestTags ( ) | ||
tableName ( ) : string |
Method | Description | |
---|---|---|
afterFind ( ) | ||
beforeSave ( ) |
public attributeLabels ( ) : array | ||
return | array | customized attribute labels (name=>label) |
public static model ( $className = __CLASS__ ) : ContentList | ||
return | ContentList | the static model class |
public search ( ) : CActiveDataProvider | ||
return | CActiveDataProvider | the data provider that can return the models based on the search/filter conditions. |