Pimcore\Model\Asset::getModificationDate PHP Method

getModificationDate() public method

public getModificationDate ( ) : integer
return integer
    public function getModificationDate()
    {
        return (int) $this->modificationDate;
    }

Usage Example

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