Esempio n. 1
0
 public function __construct()
 {
     parent::__construct();
     $this->_file = null;
     $this->_mode = null;
     $this->_filesets = null;
 }
Esempio n. 2
0
 public function __construct()
 {
     parent::__construct();
     $this->_dependencies = array();
     $this->_properties = array();
     $this->_tasks = array();
 }
Esempio n. 3
0
 public function __construct()
 {
     parent::__construct();
     $this->_message = null;
     $this->_file = null;
     $this->_append = true;
 }
Esempio n. 4
0
 public function __construct()
 {
     parent::__construct();
     $this->_executable = null;
     $this->_args = null;
     $this->_baseDir = null;
     $this->_outputProperty = null;
 }
Esempio n. 5
0
 public function __construct()
 {
     parent::__construct();
     $this->_file = null;
     $this->_overwrite = false;
     $this->_toFile = null;
     $this->_toDir = null;
     $this->_filesets = array();
 }
Esempio n. 6
0
 public function __construct()
 {
     parent::__construct();
     $this->_baseDir = null;
     $this->_defaultTarget = null;
     $this->_name = null;
     $this->_properties = array();
     $this->_targets = array();
 }
Esempio n. 7
0
 public function __construct()
 {
     parent::__construct();
     $this->_file = null;
     $this->_filesets = array();
     $this->_match = null;
     $this->_replace = null;
     $this->_flags = null;
 }
Esempio n. 8
0
 public function __construct()
 {
     parent::__construct();
     $this->_dir = null;
     $this->_file = null;
     $this->_defaultExcludes = true;
     $this->_id = null;
     $this->_include = array();
     $this->_exclude = array();
     $this->_type = self::getDefaultType();
 }
Esempio n. 9
0
 public function __construct()
 {
     parent::__construct();
     $this->_fileExtensions = null;
     $this->_files = null;
     $this->_reportFullFile = null;
     $this->_reportXmlFile = null;
     $this->_sniffs = null;
     $this->_standard = null;
     $this->_specialTask = 'Build_SpecialTask_PhpCodeSniffer';
     // By default don't fail a build on code violations found.
     $this->_failOnError = false;
 }
Esempio n. 10
0
 public function __construct()
 {
     parent::__construct();
     $this->_bootstrapFile = null;
     $this->_codeCoverageXmlFile = null;
     $this->_codeCoverageHtmlDir = null;
     $this->_failOnFailure = true;
     $this->_failOnIncomplete = true;
     $this->_failOnSkipped = false;
     $this->_filesets = null;
     $this->_logJunitXmlFile = null;
     $this->_specialTask = 'Build_SpecialTask_PhpUnit';
 }
Esempio n. 11
0
 public function __construct()
 {
     parent::__construct();
     $this->_filesets = array();
 }
Esempio n. 12
0
 public function __construct()
 {
     parent::__construct();
     $this->_includeDirs = null;
     $this->_excludeDirs = null;
     $this->_excludePackages = null;
     $this->_jdependChartFile = null;
     $this->_overviewPyramidFile = null;
     $this->_summaryFile = null;
     $this->_specialTask = 'Build_SpecialTask_PhpDepend';
 }
Esempio n. 13
0
 public function __construct()
 {
     parent::__construct();
     $this->_text = null;
 }
Esempio n. 14
0
 public function __construct()
 {
     parent::__construct();
     $this->_name = null;
     $this->_value = null;
 }
Esempio n. 15
0
 public function __construct()
 {
     parent::__construct();
     $this->_includeEmptyDirs = false;
     $this->_filesets = null;
 }