UpdatesVariable
- Type
- Class
- Namespace
- Craft
- Inherits
- Craft\UpdatesVariable
- Since
- 1.0
Update functions.
See also http://craftcms.com
View source (opens new window)
# Public Methods
Method | Description |
---|---|
getManualUpdateDisplayName() | |
getManualUpdateHandle() | |
getUnwritableFolders() | Returns the folders that need to be set to writable. |
getUpdates() | |
isCriticalUpdateAvailable() | Returns whether a critical update is available. |
isUpdateInfoCached() | Returns whether the update info is cached. |
# getManualUpdateDisplayName()
Signature
public string, null getManualUpdateDisplayName ( )
# getManualUpdateHandle()
Signature
public string, null getManualUpdateHandle ( )
# getUnwritableFolders()
Signature
public array getUnwritableFolders ( )
# getUpdates()
Signature
public mixed getUpdates ( $forceRefresh = false )
# isCriticalUpdateAvailable()
Signature
public boolean isCriticalUpdateAvailable ( )
# isUpdateInfoCached()
Signature
public boolean isUpdateInfoCached ( )