Wiki SampleDeprecatedClass - The-PHP-Profiler/Profiler GitHub Wiki
class \FireHub\Core\Sample\SampleClass()Warning: this class has experimental flag.
This feature is still under the development phase and not ready to be deployed into the actual software or product.
This is a sample experimental description.
This class was created by Danijel Galiฤ [email protected]
2024 FireHub Web Application Framework
https://opensource.org/licenses/OSL-3.0 OSL Open Source License version 3
GIT: $Id$ Blob checksum.
Sample class long and boring description to demonstrate how it works.
Fully Qualified Class Name:โ \FireHub\Core\Sample\SampleClass
Source code:โ view source code
Blame:โ view blame
History:โ view history
- TKey od array-key
| Type | Name | Title | Value |
|---|---|---|---|
| int | PUBLICCONST | ### Test public constant | 10 |
| array |
@deprecated |
### Test public depricated constant | [1, 2, 3] |
| string | PROTECTEDCONST | ### Test protected constant | 'prot_const' |
| string | PRIVATECONST | ### Test private constant | 'priv_const' |
| Type | Name | Title |
|---|---|---|
| firstMethod | ### This is a test method |
Warning: this constant in deprecated in version 0.1.7.pre-alpha.M1. No longer used by internal code and not recommended.