Class StaticPublisher
- Extension
-
DataObjectDecorator
-
StaticPublisher
Direct known subclasses
Indirect known subclasses
Methods summary
abstract public
|
|
abstract public
|
|
public static
|
|
public static
|
#
set_echo_progress( mixed $progress )
Either turns on (boolean true) or off (boolean false) the progress indicators. |
public
|
|
public
|
#
onRenameLinkedAsset( mixed $original )
Called after link assets have been renamed, and the live site has been updated, without an actual publish event. |
public
|
|
public
|
#
onAfterUnpublish( mixed $page )
On after unpublish, get changes and hook into underlying functionality |
public
|
|
public
|
|
public
|
Methods inherited from DataObjectDecorator
augmentDatabase(),
augmentSQL(),
augmentWrite(),
can(),
canCreate(),
canDelete(),
canEdit(),
extraStatics(),
flushCache(),
load_extra_statics(),
onAfterDelete(),
onAfterWrite(),
onBeforeDelete(),
onBeforeWrite(),
populateDefaults(),
requireDefaultRecords(),
updateCMSActions(),
updateCMSFields(),
updateFieldLabels(),
updateFrontEndFields(),
updateSummaryFields()
Methods inherited from Extension
__construct(),
clearOwner(),
getOwner(),
get_classname_without_arguments(),
setOwner()
Magic methods summary
Properties summary
public static
boolean
|
$echo_progress |
#
Defines whether to output information about publishing or not. By default, this is off, and should be turned on when you want debugging (for example, in a cron task) |
public static
boolean
|
$disable_realtime |
#
Realtime static publishing... the second a page is saved, it is written to the cache |
public static
boolean
|
$static_publisher_theme |