Packageindex Classtrees Modulegroups Elementlist Report XML Files

File: c:/web/jpeto2/jpeto/jpeto_admin.php
JPETo - James's Publishing & Editing Tool - jpeto_system

jpeto_admin

jpeto_core
   |
  +-- jpeto_admin

This class provides some basic admin functionality

 

private class jpeto_admin extends jpeto_core

This class provides some basic admin functionality

 

Methods inherited from jpeto_core

jpeto_core, getkey, getuniqueidfromkey, getlanguagefromkey, getversionfromkey, conv, translate, reconv

Public Method Summary

void

jpeto_admin([ string $Language, string $Version ])

constructor for jpeto_admin

Private Method Summary

array

getOnlineStarts()

gets all the OnlineStart Dates as Array
boolean

get_next_OnlineStart()

gets all the OnlineStart Dates
array

getOnlineEnds()

gets all the OnlineStart Dates as Array
boolean

get_next_OnlineEnd()

gets all the OnlineEnd Dates

Fields inherited from jpeto_core

$j_language, $j_version, $j_jpetotype, $o_jpetotype, $adminmode, $islast, $isfirst, $recordset, $pointer, $subtype, $j_parentobject

Private Field Summary

string

$OnlineStart

Date from which on the object is online
string

$OnlineEnd

Date from which on the object is offline
string

$Year

Selected year of current calendar
string

$Month

Selected month of current calendar
string

$Day

Selected day of current calendar
string

$CYear

current year
string

$CMonth

current month
string

$CDay

current day

Included files inherited from jpeto_core

jpeto/jpeto_util.php, jpeto/jpeto_cache_manager.php

Included files Summary, Type: include_once

jpeto/jpeto_config.php Warning: documentation is missing.
jpeto/jpeto_core.php Warning: documentation is missing.

Public Method Details

jpeto_admin

public void jpeto_admin( [ string $Language, string $Version ] )

  constructor for jpeto_admin

Parameter
string $Language = >>"DE"<<
the Language of the current object
string $Version = >>"O"<<
the Version of the current object
Returns void


Private Method Details

getOnlineStarts

private array getOnlineStarts( )

  gets all the OnlineStart Dates as Array

Returns array $tmpArray


get_next_OnlineStart

private boolean get_next_OnlineStart( )

  gets all the OnlineStart Dates

Returns boolean $recordExists


getOnlineEnds

private array getOnlineEnds( )

  gets all the OnlineStart Dates as Array

Returns array $tmpArray


get_next_OnlineEnd

private boolean get_next_OnlineEnd( )

  gets all the OnlineEnd Dates

Returns boolean $recordExists


Private Field Details

$OnlineStart

private string $OnlineStart

>>""<<

Date from which on the object is online


$OnlineEnd

private string $OnlineEnd

>>""<<

Date from which on the object is offline


$Year

private string $Year

>>""<<

Selected year of current calendar


$Month

private string $Month

>>""<<

Selected month of current calendar


$Day

private string $Day

>>""<<

Selected day of current calendar


$CYear

private string $CYear

>>""<<

current year


$CMonth

private string $CMonth

>>""<<

current month


$CDay

private string $CDay

>>""<<

current day


Included Files, Type: include_once

jpeto/jpeto_config.php

include_once( jpeto/jpeto_config.php )



jpeto/jpeto_core.php

include_once( jpeto/jpeto_core.php )




Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta