Scalr\Modules\Platforms\Verizon\VerizonPlatformModule::__construct PHP Метод

__construct() публичный Метод

Constuctor
public __construct ( string $platform = SERVER_PLATFORMS::VERIZON )
$platform string The name of the openstack based platform
    public function __construct($platform = \SERVER_PLATFORMS::VERIZON)
    {
        parent::__construct(\SERVER_PLATFORMS::VERIZON);
    }