|
OpenSencillo
2016.106
Long live the simplicity of PHP
|
Public Member Functions | |
| __construct ($path='', $file='log.txt', $maxLine=100, $useFile=true, $mysql=null) | |
| saveToLog ($data) | |
| getLog () | |
| vd ($var) | |
Protected Attributes | |
| $name | |
| $file | |
| $path | |
| $current | |
| $store =array() | |
| $maxLine =0 | |
| $useFile | |
Definition at line 11 of file test.tool.framework.php.
|
final |
| string | $path | |
| string | $file | |
| number | $maxLine | |
| bool | $useFile |
Definition at line 27 of file test.tool.framework.php.
| getLog | ( | ) |
|
final |
| vd | ( | $var | ) |
Get formated var_dump to string
Definition at line 109 of file test.tool.framework.php.