SproutCMS

This is the code documentation for the SproutCMS project

function postFileUpdate()

Handle replication of a file to other servers.
This is always called, even if replication is not enabled above.

Usage

bool Replication::postFileUpdate ( string $filename );

Arguments

  1. string $filename
    The file which has just been added or updated.

Return value

  • bool
    TRUE on success, FALSE on failure.