Lines Matching defs:lc
138 * @param string $lc
141 public function realLC($lc)
144 if ($lc) {
145 return $lc;
199 * Returns a list of (lc => link) for all existing translations of a page
208 [$lc, $idpart] = $this->getTransParts($id);
211 if ($t == $lc) continue; //skip self
276 * @param string $lc The language code of the item
281 protected function prepareLanguageSelectorItem($lc, $idpart, $current)
283 [$target, $lang] = $this->buildTransID($lc, $idpart);