You are here

class GLFieldImage in GlobalLink Connect for Drupal 7.7

Same name and namespace in other branches
  1. 7.5 globallink_class_GLFieldImage.inc \GLFieldImage
  2. 7.6 globallink_class_GLFieldImage.inc \GLFieldImage

Hierarchy

Expanded class hierarchy of GLFieldImage

File

./globallink_class_GLFieldImage.inc, line 11
File contains class for GLFieldImage.

View source
class GLFieldImage {
  public $title;
  public $alt;
  public $delta;

}

Members