Lines Matching defs:id
36 function GetMediaPath($id){
37 $id = strtolower($id);
39 return sprintf($this->mediaFormat,$id);
41 return sprintf($this->tmpFormat,$id);
59 $id = str_replace($patten,$replace,$name);
60 $files[$id] = $path;
70 function GetMediaLink($id){
71 return ml(sprintf($this->linkFormat,$id),'',true,'',true);
80 function GetMediaText($id){
81 $filepath = $this->GetMediaPath($id);
94 function PutMediaText($id,$text){
96 $path = $this->GetMediaPath($id);
126 function Exists($id){
127 $path = $this->GetMediaPath($id);
160 function _save_array($id,$ar=''){
162 if(empty($id)) return false;
178 $path = $this->GetMediaPath($id);
192 function _read_array($id){
194 if (empty($id) || !$this->Exists($id)) return NULL;
195 $path = $this->GetMediaPath($id);