You are here

public function fcComplete::export in Field Complete 7

Export this class to a string.

Exporting a instance of this class doesn't really make sense, so we return an empty array to stop features from dying.

File

./fc.inc, line 162
Field Complete - Provides field-based completeness for any entity - class.

Class

fcComplete
@file Field Complete - Provides field-based completeness for any entity - class.

Code

public function export() {
  return 'array()';
}