You are here

Component.php in Openlayers 7.3

Class Component.

File

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

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


/**
 * Class Component.
 */
abstract class Component extends Base implements ComponentInterface {

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

}

Classes

Namesort descending Description
Component Class Component.