id = $id; $this->fromajax = $fromajax; } /** * Shows difference between two revisions of media * * @param bool $fromajax */ public function show() { $ns = getNS($this->id); $auth = auth_quickaclcheck("$ns:*"); media_diff($this->id, $ns, $auth, $this->fromajax); } }