getModificationDate() public method

public getModificationDate ( ) : integer
return integer
コード例 #1
0
ファイル: File.php プロジェクト: ChristophWurst/pimcore
 /**
  * @return integer
  */
 function getLastModified()
 {
     return $this->asset->getModificationDate();
 }