Lines Matching defs:id
29 * @param string $id The target page or namespace, specified by id; Namespaces
37 public function add($id, $user, $style, $data = '')
44 $this->remove($id, $user);
61 $file = $this->file($id);
73 * @param string $id The target object’s (namespace or page) id
81 public function remove($id, $user = null, $style = null, $data = null)
87 $file = $this->file($id);
104 * @param string $id Page ID, defaults to global $ID
112 public function userSubscription($id = '', $user = '')
121 if (!$id) {
122 $id = $ID;
133 $subs = $this->subscribers($id, $user);
156 * @param string $page The target object’s (namespace or page) id
223 * - $id (the page id),
247 $id = $data['id'];
251 $subscriptions = $this->subscribers($id, null, 'every');
267 $level = auth_aclcheck($id, $user, $userinfo['grps']);
283 * @param string $id The target page or namespace, specified by id; Namespaces
288 protected function file($id)
291 if (str_ends_with($id, ':')) {
292 $meta_froot = getNS($id);
295 $meta_froot = $id;