PhpOffice\PhpPresentation\Shape\RichText\TextElement::getHashCode PHP 메소드

getHashCode() 공개 메소드

Get hash code
public getHashCode ( ) : string
리턴 string Hash code
    public function getHashCode()
    {
        return md5($this->text . (is_null($this->hyperlink) ? '' : $this->hyperlink->getHashCode()) . __CLASS__);
    }