This website requires JavaScript.
Explore
Help
Register
Sign In
fernando
/
luos
Watch
1
Star
0
Fork
0
You've already forked luos
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
95f561779fc44f346c42af890ca049dab2730d84
luos
/
workflow
/
engine
/
classes
/
Stat.php
12 lines
120 B
PHP
Raw
Normal View
History
Unescape
Escape
First set of modifications
2017-08-11 11:10:27 -04:00
<
?
php
HOR-3670-RG-4 Files review: workflow/engine/classes/Stat.php workflow/engine/classes/Tar_File.php workflow/engine/classes/Tasks.php workflow/engine/classes/ToolBar.php workflow/engine/classes/TriggerLibrary.php
2017-08-11 17:10:14 -04:00
class
Stat
First set of modifications
2017-08-11 11:10:27 -04:00
{
public
$stutus
;
HOR-3670-RG-4 Files review: workflow/engine/classes/Stat.php workflow/engine/classes/Tar_File.php workflow/engine/classes/Tasks.php workflow/engine/classes/ToolBar.php workflow/engine/classes/TriggerLibrary.php
2017-08-11 17:10:14 -04:00
public
function
__construct
()
First set of modifications
2017-08-11 11:10:27 -04:00
{
$this
->
status
=
false
;
}
}
Reference in New Issue
Copy Permalink