Time\SIG_Awake::get_time PHP Method

get_time() public method

Returns the time for the signal.
public get_time ( ) : integer
return integer
    public function get_time()
    {
        return $this->_time;
    }