PHP Class RatingController

Inheritance: extends Controller
Datei anzeigen Open project: sourcefabric/newscoop Class Usage Examples

Public Methods

Method Description
indexAction ( )
init ( )
saveAction ( )
showAction ( )

Protected Methods

Method Description
getArticleRating ( integer $articleId ) : array Get rating stats for a given article

Method Details

getArticleRating() protected method

Get rating stats for a given article
protected getArticleRating ( integer $articleId ) : array
$articleId integer
return array

indexAction() public method

public indexAction ( )

init() public method

public init ( )

saveAction() public method

public saveAction ( )

showAction() public method

public showAction ( )