NewsfeedsModelNewsfeed::publish
Method to change the published state of one or more records.
Signature
public function publish(array&
$pks,
[integer
$value = 1] )
Parameters
-
$pks
- A list of the primary keys to change.
-
$value
- The value of the published state.
Returns
- boolean
- True on success.