globallink_class_GLFieldImage.inc in GlobalLink Connect for Drupal 7.5
Same filename and directory in other branches
File contains class for GLFieldImage.
File
globallink_class_GLFieldImage.incView source
<?php
/**
* @file
* File contains class for GLFieldImage.
*/
class GLFieldImage {
public $title;
public $alt;
public $delta;
}
Classes
Name | Description |
---|---|
GLFieldImage | @file File contains class for GLFieldImage. |