__construct() public method

Constuctor
public __construct ( string $platform = SERVER_PLATFORMS::OPENSTACK )
$platform string The name of the openstack based platform
コード例 #1
0
 /**
  * Constructor
  *
  * @param   string    $platform  The name of the rackspace platform
  */
 public function __construct($platform = \SERVER_PLATFORMS::RACKSPACENG_US)
 {
     parent::__construct($platform);
 }
コード例 #2
0
ファイル: VerizonPlatformModule.php プロジェクト: scalr/scalr
 /**
  * Constuctor
  *
  * @param   string    $platform The name of the openstack based platform
  */
 public function __construct($platform = \SERVER_PLATFORMS::VERIZON)
 {
     parent::__construct(\SERVER_PLATFORMS::VERIZON);
 }