PHP Class CategoryController, vanilla

Inheritance: extends Controller
显示文件 Open project: vanilla/vanilla Class Usage Examples

Public Properties

Property Type Description
$CategoryModel Gdn_CategoryModel

Public Methods

Method Description
__construct ( )
follow ( $CategoryID, $Value, $TKey )
initialize ( )
markRead ( $CategoryID, $TKey )

Method Details

__construct() public method

public __construct ( )

follow() public method

public follow ( $CategoryID, $Value, $TKey )

initialize() public method

public initialize ( )

markRead() public method

public markRead ( $CategoryID, $TKey )

Property Details

$CategoryModel public_oe property

public Gdn_CategoryModel $CategoryModel
return Gdn_CategoryModel