Subversion Repositories oidplus

Rev

Rev 803 | Rev 859 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 803 Rev 805
Line 230... Line 230...
230
        public function getDirectoryName() {
230
        public function getDirectoryName() {
231
                if ($this->isRoot()) return $this->ns();
231
                if ($this->isRoot()) return $this->ns();
232
                return $this->ns().'_'.$this->nodeId(false); // safe, because there are only numbers
232
                return $this->ns().'_'.$this->nodeId(false); // safe, because there are only numbers
233
        }
233
        }
234
 
234
 
235
        public static function rootIconname($mode) {
235
        public static function treeIconFilename($mode) {
236
                return 'img/'.$mode.'_icon16.png';
236
                return 'img/'.$mode.'_icon16.png';
237
        }
237
        }
238
}
238
}