You are here

class GLFieldImage in GlobalLink Connect for Drupal 7.5

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

@file File contains class for GLFieldImage.

Hierarchy

Expanded class hierarchy of GLFieldImage

File

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

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

}

Members