Метод | Описание | |
---|---|---|
countByUser ( |
Get feedbacks count for user | |
flush ( ) | Flush method | |
getByUser ( $p_user_id ) | ||
getData ( array $params, array $cols ) : Comment[] | Get data for table | |
getPrototype ( ) : |
Get new instance of the comment | |
save ( |
Method for saving a feedback | |
setStatus ( array $feedbacks, string $status ) : void | Method for setting status |
Метод | Описание | |
---|---|---|
buildFilter ( array $cols, array $filter, $qb, $andx ) : Doctrine\ORM\Query\Expr | Build filter condition | |
buildWhere ( array $cols, string $search, $qb = null, $andx = null ) : Doctrine\ORM\Query\Expr | Build where condition |
Метод | Описание | |
---|---|---|
setFeedbackStatus ( |
Method for setting status for a feedback message |
protected buildFilter ( array $cols, array $filter, $qb, $andx ) : Doctrine\ORM\Query\Expr | ||
$cols | array | |
$filter | array | |
$qb | ||
$andx | ||
Результат | Doctrine\ORM\Query\Expr |
protected buildWhere ( array $cols, string $search, $qb = null, $andx = null ) : Doctrine\ORM\Query\Expr | ||
$cols | array | |
$search | string | |
Результат | Doctrine\ORM\Query\Expr |
public countByUser ( |
||
$user | ||
Результат | integer |
public getPrototype ( ) : |
||
Результат |