API17

API17:JModelAdmin::publish

From Joomla! Documentation

Joomla 11.1 JModelAdmin::publish

Description

Method to change the published state of one or more records.


public function publish (
        &$pks
        $value=1
)
Parameter Type Default Description
&$pks array $pks A list of the primary keys to change.
$value int 1 The value of the published state.
  • Returns boolean True on success.
  • Defined on line 360 of libraries/joomla/application/component/modeladmin.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples