Skip to content

Commit 673b8cd

Browse files
authored
Doc fonction deamon_start
1 parent 6ab5d0a commit 673b8cd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

core/class/ExtraTemplate.class.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,14 @@ public static function deamon_info()
129129
}
130130
*/
131131

132+
/**
133+
* Démarre le daemon
134+
*
135+
* @param Debug (par défault désactivé)
136+
public static function deamon_start($_debug = false)
137+
{
138+
}
139+
*/
140+
132141
/* * **********************Getteur Setteur*************************** */
133142
}

0 commit comments

Comments
 (0)