Lines Matching +full:- +full:- +full:summary
18 /** @var string The summary of this change */
19 public $summary; variable in dokuwiki\\Remote\\Response\\MediaChange
32 * @param string $summary
36 public function __construct($id, $revision, $author, $ip, $summary, $type, $sizechange) argument
38 $this->id = $id;
39 $this->revision = $revision;
40 $this->author = $author;
41 $this->ip = $ip;
42 $this->summary = $summary;
43 $this->type = $type;
44 $this->sizechange = $sizechange;
50 return $this->id . '@' . $this->revision;