Lines Matching defs:link
14 protected $link;
29 if (isset($data['link'])) $this->link = $data['link'];
39 return $this->linkReplacements($this->link);
74 * Replace all placeholders in given link
78 * @param string $link the link with placeholders
82 protected function linkReplacements($link)
93 $link = strftime($link); // time first
94 $link = str_replace(
133 $link
136 return $link;