PHP Class RatingController

Inheritance: extends Controller
Afficher le fichier Open project: sourcefabric/newscoop Class Usage Examples

Méthodes publiques

Méthode Description
indexAction ( )
init ( )
saveAction ( )
showAction ( )

Méthodes protégées

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

Method Details

getArticleRating() protected méthode

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

indexAction() public méthode

public indexAction ( )

init() public méthode

public init ( )

saveAction() public méthode

public saveAction ( )

showAction() public méthode

public showAction ( )