summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/icons/harddrake2/modem.png
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone/icons/harddrake2/modem.png')
0 files changed, 0 insertions, 0 deletions
>$this->set_timeout(5); $this->enable_order_by_date(false); $this->remove_div(false); $this->strip_comments(false); $this->strip_attributes(false); $this->set_image_handler(false); $this->set_https_domains(array()); $this->strip_htmltags([ 'base', 'blink', 'body', 'doctype', 'embed', 'font', 'form', 'frame', 'frameset', 'html', 'iframe', 'input', 'marquee', 'meta', 'noscript', 'object', 'param', 'script', 'style' ]); } public function getFeed() : string { return $this->feed; } public function getName() : string { return $this->name; } public function getWebsite() : string { return $this->website; } public function getIsDown() : string { return $this->isDown; } /** * Compare two Person by their name. * * @param PlanetFeed $person1 * @param PlanetFeed $person2 * @return int */ public static function compare($person1, $person2) { return strcasecmp($person1->name, $person2->name); } }