コード例 #1
0
ファイル: SRF_Filtered.php プロジェクト: whysasse/kmwiki
 public function getLinker($firstcol = false, $force = false)
 {
     return $force ? $this->mLinker : parent::getLinker($firstcol);
 }