class Provision_Service_platform_git in Aegir Deploy 7.3
@file The Provision_Service_platform_git class..
Hierarchy
- class \Provision_Service_platform_git extends \Provision_Service
Expanded class hierarchy of Provision_Service_platform_git
File
- modules/
platform_git/ drush/ Provision/ Service/ platform/ git.php, line 7 - The Provision_Service_platform_git class..
View source
class Provision_Service_platform_git extends Provision_Service {
public $service = 'platform_git';
static function subscribe_platform($context) {
$context
->setProperty('git_repository_url');
$context
->setProperty('git_repository_path');
$context
->setProperty('git_reference');
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Provision_Service_platform_git:: |
public | property | ||
Provision_Service_platform_git:: |
static | function |