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

getHashCode() 공개 메소드

Get hash code
public getHashCode ( ) : string
리턴 string Hash code
    public function getHashCode()
    {
        return md5(__CLASS__);
    }