BucklesHusky\ElementalSoundcloud\Elements\SoundcloudElement

Synopsis

class SoundcloudElement extends BaseElement {
  • // members
  • private static string $icon = 'soundcloud-icon';
  • private static string $singular_name = 'SoundCloud';
  • private static string $plural_name = 'SoundClouds';
  • private static string $table_name = 'ElementalSoundcloud';
  • private static string $Description = 'A Soundcloud block';
  • private static array $db = ;
  • private static array $defaults = ;
}

Hierarchy

Extends

  • DNADesign\Elemental\Models\BaseElement

Members

private

  • $Description
  • $db
  • $defaults
  • $icon
  • $plural_name
  • $singular_name
  • $table_name

Methods

protected

  • getURLContents() — Loads the contents of a url, with sensitivity for allow_url_fopen being off

public