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:58:30 (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
LS_CONTENTS_PAYMENT_OPTIONS_CLASS_PWH
: Define "LS" Payment Options island (Pat Was Here)
VAESOLI_PATH
: Define the path where Vae Soli! is installed
VAESOLI_PLUGINS
: Define the path where plugins are located
LSV.functions.php
: Framework global functions
LSContents.class.php
: LSContents class
LSContentsPaymentOptions
extends LSContents
Creates and renders an island that displays payent options as an islandName | Visibility | Type | Description |
---|---|---|---|
$aOptions |
public | array | Array of payment options |
$oPaymentOptions |
public | LSPaymentOptions | Object that will render the payment options (it does all the dirty work) |
LSContents
)Name | Type |
---|---|
Bandit |
boolean |
Cargo |
NULL |
GodStamp |
string |
IsDebug |
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 |
szEventName |
NULL |
szExperiment |
boolean |
szGuid |
string |
szHeading |
string |
szLanguage |
string |
szName |
string |
szNow |
NULL |
szPostRenderingBlock |
NULL |
szPostXHTML |
NULL |
szPreRenderingBlock |
NULL |
szPreXHTML |
NULL |
szRoot |
string |
szSnippet |
string |
szStorage |
NULL |
szText |
NULL |
szTitle |
NULL |
szTitleHeading |
string |
szToday |
NULL |
szXSL |
NULL |
xEventValue |
NULL |
__construct()
: Class constructorAdditional doc and examples (French): /samples.php?pageref=bus-coord#VAE-PAYMENT-OPTIONS
__construct( $oPage,$oNode )
Name | Type | Description |
---|---|---|
$oPage |
LSPage | The page the payment options island must be inserted in |
$oNode |
DOMNode | The georama node of the island |
(void)
<Island id="payment" active="yes" class="LSContentsPaymentOptions"> <param name="title">Options de paiement</param> <param name="text">Chez nous vous pouvez payer avec:</param> <param name="amex">true</param> <param name="bancontact">true</param> <param name="delta">true</param> <param name="diners">true</param> <param name="discover">true</param> <param name="maestro">true</param> <param name="mastercard">true</param> <param name="proton">true</param> <param name="visa">true</param> <param name="visaelectron">true</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 payment options island in 'edit' modeSo far (17-09-13 15:25:40), 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 payment options 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 ... *}
).