PHP 클래스 ContentList, gxc-cms

Copywrite 2014 to Present Day - Paul Smith (aka smiffy6969, razorcms)
저자: Paul Smith
상속: extends RazorAPI
파일 보기 프로젝트 열기: nganhtuan63/gxc-cms 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
afterFind ( )
beforeSave ( )

메소드 상세

afterFind() 보호된 메소드

protected afterFind ( )

attributeLabels() 공개 메소드

public attributeLabels ( ) : array
리턴 array customized attribute labels (name=>label)

beforeSave() 보호된 메소드

protected beforeSave ( )

getContentLang() 공개 정적인 메소드

public static getContentLang ( )

getContentType() 공개 정적인 메소드

public static getContentType ( )

getDynamicTerms() 공개 정적인 메소드

public static getDynamicTerms ( )

getTerms() 공개 정적인 메소드

public static getTerms ( )

model() 공개 정적인 메소드

Returns the static model of the specified AR class.
public static model ( $className = __CLASS__ ) : ContentList
리턴 ContentList the static model class

relations() 공개 메소드

public relations ( ) : array
리턴 array relational rules.

rules() 공개 메소드

public rules ( ) : array
리턴 array validation rules for model attributes.

suggestContent() 공개 정적인 메소드

public static suggestContent ( )

suggestTags() 공개 정적인 메소드

public static suggestTags ( )

tableName() 공개 메소드

public tableName ( ) : string
리턴 string the associated database table name

프로퍼티 상세

$content_type 공개적으로 프로퍼티

Content type we want to get
public $content_type

$criteria 공개적으로 프로퍼티

Criteria of the list
public $criteria

$lang 공개적으로 프로퍼티

Language of the Object
public $lang

$manual_list 공개적으로 프로퍼티

Manual List
public $manual_list

$number 공개적으로 프로퍼티

Number Items to get
public $number

$paging 공개적으로 프로퍼티

=0 means no paging, >0 means item per pages
public $paging

$tags 공개적으로 프로퍼티

Object Tags
public $tags

$terms 공개적으로 프로퍼티

Object Terms
public $terms

$type 공개적으로 프로퍼티

This list is manual or auto
public $type