You are here

Control.php in Openlayers 7.3

Class Control.

File

src/Types/Control.php
View source
<?php

/**
 * @file
 * Class Control.
 */
namespace Drupal\openlayers\Types;


/**
 * Class Control.
 */
abstract class Control extends Base implements ControlInterface {

  /**
   * The array containing the options.
   *
   * @var array
   */
  protected $options;

}

Classes

Namesort descending Description
Control Class Control.