getModificationDate() public method

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