Manual:LogPage.php

From mediawiki.org

LogPage.php contains LogPage class, which manages a log: add entries to the log and extracts information from the log.

Methods[edit]

  • LogPage::__construct ($type, $rc=true, $udp= 'skipUDP')
  • LogPage::addEntry ($action, $target, $comment, $params=array(), $doer=null)
  • LogPage::addRelations ($field, $values, $logid)

See also[edit]