Time\SIG_Awake::__toString PHP 메소드

__toString() 공개 메소드

String representation.
public __toString ( ) : string
리턴 string
    public function __toString()
    {
        return sprintf('INDEX(%s) - CLASS(%s) - HASH(%s) - TIME(%s) - INSTRUCT(%s)', $this->_index, get_class($this), spl_object_hash($this), $this->_time, $this->_instruction);
    }