Overview

Namespaces

  • webfilesframework
    • codegeneration
      • general
      • php
    • core
      • datastore
        • functions
          • filter
          • sorting
        • types
          • database
            • resultHandler
          • directory
          • googlecalendar
          • mail
          • remote
      • datasystem
        • database
        • file
          • format
            • media
              • image
                • handler
          • system
            • dropbox
      • datatypes
        • time
      • time
    • io
      • form
        • formItem
        • validation
        • webfile
      • request

Classes

  • MEvent
  • MGoogleCalendarDatastore

Interfaces

  • MISecretStore
  • Overview
  • Namespace
  • Class

Class MEvent

Base class for all webfile class definitions.
On the following link you can find more information about the definition of webfiles.

webfilesframework\core\datasystem\file\format\MWebfile
Extended by webfilesframework\core\datastore\types\googlecalendar\MEvent
Namespace: webfilesframework\core\datastore\types\googlecalendar
Author: Sebastian Monzel < mail@sebastianmonzel.de >
Since: 0.1.7
Located at core/datastore/types/googlecalendar/MEvent.php
Methods summary
public string
# getSummary( )

Returns

string
public
# setSummary( string $summary )

Parameters

$summary
public string
# getDescription( )

Returns

string
public
# setDescription( string $description )

Parameters

$description
public string
# getStart( )

Returns

string
public
# setStart( string $start )

Parameters

$start
public string
# getEnd( )

Returns

string
public
# setEnd( string $end )

Parameters

$end
Methods inherited from webfilesframework\core\datasystem\file\format\MWebfile
classname(), createWebfileByClassname(), getAttributes(), getClassInformation(), getDataset(), getDatatypeFromAttributeName(), getGeograficPosition(), getId(), getSimplifiedAttributeName(), getTime(), isObject(), isSimpleDatatype(), marshall(), matchesTemplate(), presetForTemplateSearch(), setId(), setTime(), staticUnmarshall(), unmarshall()
Properties inherited from webfilesframework\core\datasystem\file\format\MWebfile
$m_iId, $m_iTime
API documentation generated by ApiGen