return $tasks;
}
- /**
- * @return array
- */
- public function getExpectedFiles() {
- return array(
- $this->sqlCodePath . '/civicrm.mysql',
- $this->phpCodePath . '/CRM/Contact/DAO/Contact.php',
- );
- }
-
- /**
- * @return bool
- */
- public function hasExpectedFiles() {
- foreach ($this->getExpectedFiles() as $file) {
- if (!file_exists($file)) {
- return FALSE;
- }
- }
- return TRUE;
- }
-
/**
* Compute a digest based on the GenCode logic (PHP/tpl).
*