app\Todo::etag PHP 메소드

etag() 공개 메소드

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