コード例 #1
0
ファイル: DataObject.php プロジェクト: santikrass/apache
 /**
  * @return null|string
  */
 public function getEtag()
 {
     return $this->etag ?: $this->content->getContentMd5();
 }
コード例 #2
0
 public function testContentMd5IsBasedOnSubsection()
 {
     $this->assertNotSame($this->body->getContentMd5(), $this->decorated->getContentMd5());
 }