Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F49451324
leschroniquesautomatiques.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
571 B
Referenced Files
None
Subscribers
None
leschroniquesautomatiques.php
View Options
<?php
//Page analysis for www.chroniquesautomatiques.com
class
LesChroniquesAutomatiquesPage
extends
Page
{
function
analyse
()
{
parent
::
analyse
();
//Hardcoded known info
$this
->
site
=
"Les Chroniques Automatiques"
;
$this
->
author
=
"Dat’"
;
//Gets date
$this
->
dateFromDateParse
(
trim
(
self
::
between
(
'This entry was posted on'
,
'and is filed under'
)));
}
function
get_title
()
{
$title
=
parent
::
get_title
();
$pos
=
strpos
(
$title
,
' »'
);
return
substr
(
$title
,
0
,
$pos
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Sep 14, 08:52 (1 d, 22 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4066698
Default Alt Text
leschroniquesautomatiques.php (571 B)
Attached To
Mode
rSTG Source templates generator
Attached
Detach File
Event Timeline
Log In to Comment