Pommo_Filesystem_Item::getDateLastModified PHP 메소드

getDateLastModified() 공개 메소드

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