You are here

public property DeployEndpoint::$debug in Deploy - Content Staging 7.2

Same name and namespace in other branches
  1. 7.3 includes/DeployEndpoint.inc \DeployEndpoint::debug

Whether debug mode is enabled for this endpoint.

Type: boolean

File

includes/DeployEndpoint.inc, line 17
Base class for Deploy endpoint definitions.

Class

DeployEndpoint
Class representing a deployment endpoint.

Code

public $debug = FALSE;