프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$_instruction | Time instruction. | ||
$_time | Time to awake in. |
메소드 | 설명 | |
---|---|---|
__construct ( integer $time, $instruction = TIME_SECONDS ) : void | Constructs a awake signal. | |
__toString ( ) : string | String representation. | |
get_time ( ) : integer | Returns the time for the signal. | |
routine ( |
Runs the routine. |
public __construct ( integer $time, $instruction = TIME_SECONDS ) : void | ||
$time | integer | Amount of time before emitting the signal. |
리턴 | void |