ContactModelContact::featured
Method to toggle the featured setting of contacts.
Signature
public function featured(array
$pks,
[integer
$value = 0] )
Parameters
-
$pks
- The ids of the items to toggle.
-
$value
- The value to toggle to.
Returns
- boolean
- True on success.