프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$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 ) |
public __get ( $Name ) : Gdn_DataSet | ||
$Name | ||
리턴 | Gdn_DataSet |
public initialize ( ) |