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);
    }