Class: Section_Default

Attributes:
Inherits:
Implements:

Contents:

Introduction

Meta Data

Attention
Attention: There is no meta data for this class.

Constants

There are no constants defined for this class.

Properties

Methods

Also See

Attention
Attention: There are no additional references for this class.

Class Syntax

In file D:\oblib-core\php\section\default.section.php between lines 45 and 52.

<?php
 
    
/**
     * 
     */

    
class Section_Default extends dataSection
    
{
        
        function 
___construct ()
        {
            
$this->___Push (new dataDatetime ('Now'time ()));
        }
    }

?>