ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
HeaderFooterDrawing.php
Go to the documentation of this file.
1 <?php
2 
4 
6 {
12  public function getHashCode()
13  {
14  return md5(
15  $this->getPath() .
16  $this->name .
17  $this->offsetX .
18  $this->offsetY .
19  $this->width .
20  $this->height .
21  __CLASS__
22  );
23  }
24 }