trql.mother.class.php
This documentation is provided without any sort of liability.
Rue Bois des Mazuis, 47
5070 Vitrival
Belgium
http://www.latosensu.be
Vae Soli! : http://www.vaesoli.org Creation date: 08/02/2017 - 12:10 Last modification date: 12/11/2020 - 07:09:39 License/Copyrights: All rights reserved to Lato Sensu Management for all countries. All Intellectual Property belongs to Patrick Boens.
Mother
Description: Mother of all TRQL classes
Declaration: abstract class Mother
Properties:
Name | Type | Description |
---|---|---|
$self |
array |
Fixed 'class' information. |
$learning |
boolean |
true (default) if the class learns from past experience. false if not. |
$remembering |
boolean |
true (default) if the class uses previous results stored in a deterministic cache file. false if not. |
$storing |
boolean |
true (default) if the class saves previous results in a deterministic cache file. false if not. |
$szHome |
string |
Class' home, where data can be found |
$memory |
mixed |
$memory is NOT used as of 25-08-20 15:55:15 |
$pain |
int |
Pain index - between 0 and 10 |
$feelPain |
bool |
Does the object feel pain or not; true by default. |
$family |
array |
An array with all classes similar to this one (the TRQL family) |
$backupRequired |
boolean |
Should the class backup itself? |
$autodocRequired |
boolean |
Should the class auto-document itself? |
__construct()
,
updateSelf()