You are here

class FFCElement in Field formatter conditions 7

FFC element class.

Hierarchy

Expanded class hierarchy of FFCElement

File

./ffc.module, line 309
Field formatter conditions.

View source
class FFCElement {
  public $element;
  public $target_field = '';
  public $fired = FALSE;
  function __construct($element) {
    $this->element = $element;
  }

}

Members