The documentation is incomplete. The Vae Soli! team works hard to make it as exhaustive as possible with tons of useful examples and easy to understand explanations.
On top of that, we have decided to use our own tool to generate the documentation you read. This also takes time to fine-tune. Our goal is have better documentation, easier to read, easier to use, completely integrated with our site.
Even though NOT finalized, you can now link back to our documentation pages as we have decided once and for all about the structure of our documents and where they all reside on our server.
Thank you very much
The Vae Soli! team.
Generated by The Vae Soli! Documentor: Guide v. 1.3.0015 on 14-10-2013 12:49:59 (DD-MM-YYYY HH:mm:SS). This documentation is built with Vae Soli! functions and classes!
Assertions count: 0
Assertions successful: 0
Assertion failures: 0
LSContentsAtomicClock
: Define "LS" Contents datetime (Pat Was Here)
VAESOLI_PATH
: Define the path where Vae Soli! is installed
VAESOLI_PLUGINS
: Define the path where plugins are located
LSApplication.errors.inc
: Application error codes
LSV.functions.php
: Vae Soli! Foundation functions
LSContents.class.php
: LSContents class
LSSockets.class.php
: LSSockets class
LSContentsAtomicClock
extends LSContentsClock
Creates and renders an island that displays atomic clock infoName | Visibility | Type | Description |
---|---|---|---|
$SetClock |
public | bool | true will attempt to change time setting from server; false by default |
$fTimeout |
public | int | Timeout in seconds (10 sec by default) |
$iPort |
public | int | socket port (37 by default) |
$szServer |
public | string | NTP server |
LSContentsClock
)Name | Type |
---|---|
Animate |
boolean |
Bandit |
boolean |
Cargo |
NULL |
GodStamp |
string |
IsDebug |
boolean |
IsHidden |
boolean |
PrefetchNext |
boolean |
PrefetchPrev |
boolean |
PrerenderNext |
boolean |
PrerenderPrev |
boolean |
Shelter |
NULL |
WithTOC |
boolean |
__LS_Consciousness |
NULL |
aAltStorages |
NULL |
aCookies |
array |
aErrors |
array |
aObjects |
NULL |
aStorages |
NULL |
aUserFields |
NULL |
bDraggable |
boolean |
bUserFieldsAfterStorage |
boolean |
bWithDiv |
boolean |
cargo |
NULL |
fPerf |
double |
fPerfThreshold |
double |
iCacheTTL |
integer |
iDelay |
integer |
id |
string |
mode |
string |
oApp |
NULL |
oCache |
NULL |
oEvaluator |
NULL |
oNode |
NULL |
oPage |
NULL |
oTracer |
NULL |
sessionPrefix |
string |
szAgora |
NULL |
szAltStorage |
NULL |
szCSSClass |
string |
szCallbackPost |
NULL |
szCallbackPre |
NULL |
szCloseButtonAlt |
NULL |
szCloseButtonImg |
NULL |
szCloseButtonTitle |
NULL |
szCss |
string |
szDest |
NULL |
szEventName |
NULL |
szExperiment |
boolean |
szFormat |
string |
szGuid |
string |
szHeading |
string |
szLanguage |
string |
szLimit |
NULL |
szName |
string |
szNow |
NULL |
szPostRenderingBlock |
NULL |
szPostXHTML |
NULL |
szPreRenderingBlock |
NULL |
szPreXHTML |
NULL |
szRoot |
string |
szSnippet |
string |
szStorage |
NULL |
szTag |
string |
szText |
NULL |
szTimezone |
string |
szTitle |
NULL |
szTitleHeading |
string |
szToday |
NULL |
szTooltip |
NULL |
szXSL |
NULL |
xEventValue |
NULL |
__construct()
: Class constructor__construct( $oPage,$oNode )
Name | Type | Description |
---|---|---|
$oPage |
LSPage | The page the atomic clock must be inserted in |
$oNode |
DOMNode | The georama node of the island |
(void)
<Island id="atomic" active="yes" class="LSContentsAtomicClock"> <param name="server">time-b.timefreq.bldrdoc.gov</param> <param name="port">37</param> <param name="timeout">2</param> </Island>
WARNING: No Unit Testing found. Please provide assertions with assertion constructs ({*assert ... *}
) or with GuideAssert()
function calls in exec constructs ({*exec ... *}
).
RenderEdit()
: Renders the atomic clock island in 'edit' modeSo far (30/06/2013 15:11:22), the island is always rendered in view mode
RenderEdit()
None
(void)
WARNING: No Unit Testing found. Please provide assertions with assertion constructs ({*assert ... *}
) or with GuideAssert()
function calls in exec constructs ({*exec ... *}
).
RenderView()
: Renders the clock island in 'view' modeRenderView()
None
(void)
WARNING: No Unit Testing found. Please provide assertions with assertion constructs ({*assert ... *}
) or with GuideAssert()
function calls in exec constructs ({*exec ... *}
).