Lines Matching defs:client
17 protected $client;
23 * @param string $client the client identification (username or ip or similar) for this draft
25 public function __construct($ID, $client)
28 $this->client = $client;
29 $this->cname = getCacheName("$client\n$ID", '.draft');
88 'client' => $this->client,
119 "Draft for page $this->id and user $this->client doesn't exist at $this->cname."