DomCi
This commit is contained in:
2
sse.php
2
sse.php
@@ -99,7 +99,7 @@ class sse
|
|||||||
// }}}
|
// }}}
|
||||||
|
|
||||||
/** The optional handler to use in DataOnly. Must be callable method
|
/** The optional handler to use in DataOnly. Must be callable method
|
||||||
* @param callable|null $handler
|
* @param callable|null $handler The handler
|
||||||
* If callable is null, remove the handler for this event
|
* If callable is null, remove the handler for this event
|
||||||
* @param mixed... $params The optional needed parameters
|
* @param mixed... $params The optional needed parameters
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -353,6 +353,7 @@ class main
|
|||||||
|
|
||||||
/** Ask a question to the user and return the answer
|
/** Ask a question to the user and return the answer
|
||||||
* @param string $question the question message
|
* @param string $question the question message
|
||||||
|
* @param string|null $proposal The optional pre-filled proposal
|
||||||
* @return string The answer
|
* @return string The answer
|
||||||
*/
|
*/
|
||||||
public function ask ($question, $proposal = "")
|
public function ask ($question, $proposal = "")
|
||||||
|
|||||||
Reference in New Issue
Block a user