class CRM_Core_CodeGen_Main

Class CRM_Core_CodeGen_Main

Properties

$buildVersion
$db_version
$cms
$CoreDAOCodePath
$sqlCodePath
$phpCodePath
$tplCodePath
$schemaPath
array $tables Definitions of all tables.
array $database
string|NULL $digestPath
string|NULL $sourceDigest

Methods

__construct($CoreDAOCodePath, $sqlCodePath, $phpCodePath, $tplCodePath, $IGNORE, $argCms, $argVersion, $schemaPath, $digestPath)

No description

main()

Automatically generate a variety of files.

array
getTasks()

No description

string
getSourceDigest()

Compute a digest based on the GenCode logic (PHP/tpl).

init()

No description

Details

at line 53
__construct($CoreDAOCodePath, $sqlCodePath, $phpCodePath, $tplCodePath, $IGNORE, $argCms, $argVersion, $schemaPath, $digestPath)

Parameters

$CoreDAOCodePath
$sqlCodePath
$phpCodePath
$tplCodePath
$IGNORE
$argCms
$argVersion
$schemaPath
$digestPath

at line 79
main()

Automatically generate a variety of files.

at line 108
array getTasks()

Return Value

array Array.

Exceptions

Exception

at line 128
string getSourceDigest()

Compute a digest based on the GenCode logic (PHP/tpl).

Return Value

string

at line 142
protected init()