Lines Matching defs:tools
16 require_once (DOKU_PLUGIN . 'linkback/tools.php');
23 var $tools;
29 $this->tools = plugin_load('tools', 'linkback'); //TODO type 'tools'? is that possible?
45 if (!$this->tools->getConf('enable_trackback')) {
103 if ($this->tools->getConf('log_processing'))
104 $this->tools->addProcessLogEntry($log);
112 if ($this->tools->getConf('log_processing'))
113 $this->tools->addProcessLogEntry($log);
119 $page = $this->tools->getPage($linkback['url']);
122 if ($this->tools->getConf('log_processing'))
123 $this->tools->addProcessLogEntry($log);
139 if ($this->tools->getConf('usefavicon')) {
140 $linkback['favicon'] = $this->tools->getFavicon($linkback['url'], $page['body']);
149 $this->tools->addLogEntry($linkback['received'], $ID, 'cl', '', $linkback['lid']);
150 $this->tools->notify($ID, $linkback);
155 if ($this->tools->getConf('log_processing'))
156 $this->tools->addProcessLogEntry($evt_data['log']);