Page MenuHomeDevCentral

ClassExtendingPage.tmpl

Authored By
dereckson
Nov 23 2014, 21:33
Size
267 B
Referenced Files
None
Subscribers
None

ClassExtendingPage.tmpl

<?php
/**
* Represents a page from the %%url%% site.
*/
class %%class%%Page extends Page {
/**
* Analyses the page and extracts metadata
*/
function analyse () {
parent::analyse();
//Here the logic for this specific page
}
}

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
208
Default Alt Text
ClassExtendingPage.tmpl (267 B)

Event Timeline