Back to DaemonApplication class

Method postFork

protected void
postFork
()
Method to handle post-fork triggering of the onFork event.
Returns
  • void
Since
  • 3.0.0

Method postFork - Source code

/**
 * Method to handle post-fork triggering of the onFork event.
 *
 * @return  void
 *
 * @since   3.0.0
 */
protected function postFork()
{
    // Trigger the onFork event.
    $this->triggerEvent('onFork');
}