PHP Classes

File: engine/modules/core/doctor/doctor.qtags.inc

Recommend this page to a friend!
  Classes of Aldo Tripiciano   Quanta CMS   engine/modules/core/doctor/doctor.qtags.inc   Download  
File: engine/modules/core/doctor/doctor.qtags.inc
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Quanta CMS
Manage content that works without a database
Author: By
Last change:
Date: 5 years ago
Size: 416 bytes
 

Contents

Class file image Download
<?php /** * Implements DOCTOR_TIMESTAMP qtag. * * Returns the timestamp of the last time doctor was ran. * * @param Environment $env * The Environment. * * @param string $target * The qtag's target. * * @param array $attributes * The qtag's attributes. * * @return string * The rendered qtag. */ function qtag_DOCTOR_TIMESTAMP($env, $target, $attributes) { return Doctor::timestamp($env); }