getModificationDate() public method

public getModificationDate ( ) : integer
return integer
Beispiel #1
0
 /**
  * @return integer
  */
 function getLastModified()
 {
     return $this->asset->getModificationDate();
 }