app\Todo::etag PHP Method

etag() public method

public etag ( )
    public function etag()
    {
        return md5($this->uid . $this->timestamp());
    }