Open Journal Systems
3.3.0
|
Additional Inherited Members | |
![]() | |
static | tempGroup ($inputType, $outputType) |
![]() | |
static | supportedRuntimeEnvironmentSettings () |
![]() | |
$_deployment | |
![]() | |
$_filterGroup | |
$_settings = array() | |
![]() | |
$_errors = array() | |
$_input | |
$_inputType | |
$_output | |
$_outputType | |
$_runtimeEnvironment = false | |
![]() | |
$_data = array() | |
$_extractionAdaptersLoaded = false | |
$_hasLoadableAdapters = false | |
$_injectionAdaptersLoaded = false | |
$_metadataExtractionAdapters = array() | |
$_metadataInjectionAdapters = array() | |
Class that converts an Article to a DOAJ JSON string.
Definition at line 19 of file DOAJJsonFilter.inc.php.
DOAJJsonFilter::__construct | ( | $filterGroup | ) |
Constructor
$filterGroup | FilterGroup |
Reimplemented from NativeImportExportFilter.
Definition at line 24 of file DOAJJsonFilter.inc.php.
References Filter\setDisplayName().
DOAJJsonFilter::formatDate | ( | $date | ) |
Format a date by Y-F format.
$date | string |
Definition at line 160 of file DOAJJsonFilter.inc.php.
Referenced by process().
DOAJJsonFilter::getClassName | ( | ) |
Return the fully qualified class name of the filter class. This information must be persisted when saving a filter so that the filter can later be reconstructed from the information in the database.
(This must be hard coded by sub-classes for PHP4 compatibility. PHP4 always returns class names lowercase which we cannot tolerate as we need this path to find the class on case sensitive file systems.)
Reimplemented from PersistableFilter.
Definition at line 35 of file DOAJJsonFilter.inc.php.
& DOAJJsonFilter::process | ( | & | $pubObject | ) |
$pubObject | Submission |
Reimplemented from Filter.
Definition at line 47 of file DOAJJsonFilter.inc.php.
References formatDate(), PKPApplication\get(), DAORegistry\getDAO(), NativeImportExportFilter\getDeployment(), and PKPString\html2text().