<?php namespace Drupal\openlayers\Types; /** * FIX - Insert short comment here. */ abstract class Source extends Base implements SourceInterface { /** * The array containing the options. * * @var array */ protected $options; }
Главная | Обратная связь