Class app\controllers\comments\DefaultController

Inheritanceapp\controllers\comments\DefaultController » yii2mod\comments\controllers\DefaultController

Clase DefaultController

Method Details

actionDelete() public method

Borra un comentario

public string actionDelete ( $id )
$id integer

Comment ID

return string

Comment text

actionVotar() public method

Efectua el proceso de votar un comentario

public integer actionVotar ( $id, $positivo )
$id integer

El id del comentario

$positivo boolean

Si es o no positivo el voto

return integer

El numero de votos totales del comentario

behaviors() public method

public void behaviors ( )