Lines Matching refs:targetPageId
264 $targetPageId = $row['TARGET'];
268 $targetPageId = $row['TargetPage'];
273 $title = p_get_first_heading($targetPageId);
275 if (!$title) $title = $targetPageId;
291 …tpl_link(wl($targetPageId), $this->truncateString($targetPageId, 30), 'title="' . hsc($title) . ' …
376 function addRedirection($sourcePageId, $targetPageId) argument
378 $this->addRedirectionWithDate($sourcePageId, $targetPageId, $this->currentDate);
386 * @param string $targetPageId
389 function addRedirectionWithDate($sourcePageId, $targetPageId, $creationDate) argument
405 $this->pageRedirections[$sourcePageId]['TargetPage'] = $targetPageId;
428 if (!$this->isValidURL($targetPageId)) {
441 'target' => $targetPageId,
580 function logRedirection($sourcePageId, $targetPageId, $type) argument
600 "TARGET" => $targetPageId,
849 $targetPageId = $row['TargetPage'];
854 $this->addRedirectionWithDate($sourcePageId, $targetPageId, $creationDate);