Class ClipitRating
A complete User Rating linked to a published Resource, containing an Overall boolean rating, links to Tag Ratings and Performance item Ratings.
- UBItem
- ClipitRating
Package: ClipIt\clipit\api
License: Affero General Public License v3
Author: Pablo LlinĂ¡s Arnaiz <pebs74@gmail.com>, URJC JuxtaLearn Team
Located at ClipitRating.php
License: Affero General Public License v3
Author: Pablo LlinĂ¡s Arnaiz <pebs74@gmail.com>, URJC JuxtaLearn Team
Located at ClipitRating.php
protected
|
|
protected
|
|
protected
boolean|integer
|
|
public static
|
|
public static
static[]
|
|
public static
|
#
get_user_rating_for_target( integer $user_id, integer $target_id )
Get Ratings made by a User for a Target |
public static
float
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
string |
REL_RATING_TAGRATING
|
"ClipitRating-ClipitTagRating" |
|
string |
REL_RATING_PERFORMANCERATING
|
"ClipitRating-ClipitPerformanceRating" |
REL_PARENT_CLONE,
SUBTYPE,
TYPE
|
public
integer
|
$target | 0 |
#
Rating target (ClipitVideo or ClipitStoryboard) |
public
integer
|
$overall | false |
#
Overall rating opinion (YES = true, NO = false= |
public
array
|
$tag_rating_array | array() |
#
Ratings about Tags used |
public
array
|
$performance_rating_array | array() |
#
Ratings about Performance tips used |
$clone_array,
$cloned_from,
$description,
$id,
$name,
$owner_id,
$time_created,
$url
|