PhpOffice\PhpPresentation\Shape\RichText\BreakElement::getHashCode PHP Method

getHashCode() public method

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