Pommo_Filesystem_Item::getDateLastModified PHP Méthode

getDateLastModified() public méthode

public getDateLastModified ( ) : DateTime
Résultat DateTime
    public function getDateLastModified()
    {
        return new DateTime('@' . filemtime($this->_itemPath));
    }