getModificationDate() public méthode

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