| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of Ninsuo (2) | > | Mission progress status | > | Reputation |
|
||||||||||||||||||||||||||||||
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
| ||||
| This class can access an object private attributes and methods. It takes a given object and uses reflection to access its private attributes and methods from outside. The class implements __set, __get and __call methods to provide the access to the wrapped object externally. |
| ||||
| This class can share variables across applications using files. It provides setter and getter functions for variables that make it store and retrieve the variable values in files, so multiple applications can share information between each other. The class locks the files when a variable change is being written to the file to prevent that other applications attempt to do it at the same time. |
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |