openlayers-8.x-4.x-dev/src/Types/Component.php
src/Types/Component.php
<?php
namespace Drupal\openlayers\Types;
/**
* FIX: Insert short comment here.
*/
abstract class Component extends Base implements ComponentInterface {
/**
* The array containing the options.
*
* @var array
*/
protected $options;
}
