Page MenuHomeDevCentral

huffingtonpostfrance.php
No OneTemporary

huffingtonpostfrance.php

<?php
/**
* Represents a page from the http://www.huffingtonpost.fr/ site.
*/
class HuffingtonPostFrancePage extends Page {
/**
* Analyses the page and extracts metadata
*/
function analyse () {
parent::analyse();
$this->site = "[[Le Huffington Post]]";
$this->author = self::between('<a class="author-card__details__name">', '</a>');
$this->extractYYYYMMDDDateFromURL();
}
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Nov 21, 16:47 (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3188617
Default Alt Text
huffingtonpostfrance.php (435 B)

Event Timeline