Lines Matching refs:pid
34 protected $pid = '';
88 // only check page permissions for data with pid, skip for global data
89 if ($this->pid && auth_quickaclcheck($this->pid) < AUTH_EDIT) return;
90 if (checklock($this->pid)) return;
93 lock($this->pid);
131 $tables = $assignments->getPageAssignments($this->pid, true);
155 $revision = helper_plugin_struct::createPageRevision($this->pid, 'inline edit');
156 p_get_metadata($this->pid); // reparse the metadata of the page top update the titles/rev/lasteditor table
167 $this->pid,
177 unlock($this->pid);
195 $pid = $INPUT->str('pid');
196 unlock($pid);
212 $pid = $INPUT->str('pid');
217 if (blank($pid) && blank($rid)) return false;
221 $this->pid = $pid;
223 if (AccessTable::isTypePage($pid, $rev)) {
224 $this->schemadata = AccessTable::getPageAccess($table, $pid);
225 } elseif (AccessTable::isTypeSerial($pid, $rev)) {
226 $this->schemadata = AccessTable::getSerialAccess($table, $pid, $rid);
251 if (!page_exists($this->pid)) {
254 if (auth_quickaclcheck($this->pid) < AUTH_EDIT) {
257 if (checklock($this->pid)) {