array CForumPoints::GetByID( int ID );
The method GetByID returns an array containing parameters of the specified rating.
Parameter | Description |
---|---|
$ID | The ID of rating whose parameters are required. |
Array of rating parameters on success. For a complete list of fields, see Forum fields.
<? $ar_res = CForumPoints::GetByID(3); echo "A user with this rating can give ".$ar_res["VOTES"]." vote(s)"; ?>
© 2001-2005 Bitrix | Bitrix Site Manager - Content Management & Portal Solutions |