PHP 클래스 ActivityController, vanilla

상속: extends BaseController
파일 보기 프로젝트 열기: vanilla/vanilla 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$ActivityModel ActivityModel
$Uses Models to include.

공개 메소드들

메소드 설명
__get ( $Name ) : Gdn_DataSet Create some virtual properties.
comment ( ) Comment on an activity item.
delete ( integer $ActivityID = '', string $TransientKey = '' ) Delete an activity item.
deleteComment ( $ID, $TK, $Target = '' )
index ( $Filter = false, $Page = false ) Default activity stream.
initialize ( ) Include JS, CSS, and modules used by all methods.
item ( integer $ActivityID ) Display a single activity item & comments.
post ( boolean $Notify = false, boolean $UserID = false )

메소드 상세

__get() 공개 메소드

Create some virtual properties.
public __get ( $Name ) : Gdn_DataSet
$Name
리턴 Gdn_DataSet

comment() 공개 메소드

Comment on an activity item.
부터: 2.0.0
public comment ( )

delete() 공개 메소드

Delete an activity item.
부터: 2.0.0
public delete ( integer $ActivityID = '', string $TransientKey = '' )
$ActivityID integer Unique ID of item to delete.
$TransientKey string Verify intent.

deleteComment() 공개 메소드

public deleteComment ( $ID, $TK, $Target = '' )

index() 공개 메소드

Default activity stream.
부터: 2.0.0
public index ( $Filter = false, $Page = false )

initialize() 공개 메소드

Always called by dispatcher before controller's requested method.
부터: 2.0.0
public initialize ( )

item() 공개 메소드

Email notifications regarding activities link to this method.
부터: 2.0.0
public item ( integer $ActivityID )
$ActivityID integer Unique ID of activity item to display.

post() 공개 메소드

public post ( boolean $Notify = false, boolean $UserID = false )
$Notify boolean
$UserID boolean

프로퍼티 상세

$ActivityModel 공개적으로 프로퍼티

public ActivityModel $ActivityModel
리턴 ActivityModel

$Uses 공개적으로 프로퍼티

Models to include.
public $Uses