|
| | __construct (&$filterGroup, $displayName=null) |
| |
| | _getCompositeSettingName ($settingName) |
| |
| & | _getSubfilterSetting ($settingName) |
| |
| | _resolveCompositeSettingName ($compositeSettingName) |
| |
| | addFilter (&$filter) |
| |
| & | getData ($key, $locale=null) |
| |
| & | getFilter ($seq) |
| |
| & | getFilters () |
| |
| | getInternalSettings () |
| |
| | getLocalizedSettingNames () |
| |
| & | getSetting ($settingName) |
| |
| | getSettingNames () |
| |
| & | getSettings () |
| |
| | getSettingsMapping () |
| |
| | getSettingsMappingForSetting ($settingName) |
| |
| | hasData ($key, $locale=null) |
| |
| | hasSettings () |
| |
| | isCompatibleWithRuntimeEnvironment () |
| |
| | setData ($key, $value, $locale=null) |
| |
| | setSettingsMapping ($settingsMapping) |
| |
| | __construct ($filterGroup) |
| |
| | addSetting ($setting) |
| |
| | getClassName () |
| |
| | getFilterGroup () |
| |
| | getIsTemplate () |
| |
| | getParentFilterId () |
| |
| | hasSetting ($settingName) |
| |
| | setIsTemplate ($isTemplate) |
| |
| | setParentFilterId ($parentFilterId) |
| |
| | __construct ($inputType, $outputType) |
| |
| | addError ($message) |
| |
| | clearErrors () |
| |
| & | execute (&$input, $returnErrors=false) |
| |
| | getDisplayName () |
| |
| | getErrors () |
| |
| & | getInputType () |
| |
| & | getLastInput () |
| |
| & | getLastOutput () |
| |
| & | getOutputType () |
| |
| & | getRuntimeEnvironment () |
| |
| | getSequence () |
| |
| | hasErrors () |
| |
| & | process (&$input) |
| |
| | setDisplayName ($displayName) |
| |
| | setRuntimeEnvironment (&$runtimeEnvironment) |
| |
| | setSequence ($seq) |
| |
| | setTransformationType (&$inputType, &$outputType) |
| |
| | supports (&$input, &$output) |
| |
| | supportsAsInput (&$input) |
| |
| | __construct () |
| |
| | addSupportedMetadataAdapter ($metadataAdapter) |
| |
| | extractMetadata ($metadataSchema) |
| |
| | getAdditionalMetadataFieldNames () |
| |
| & | getAllData () |
| |
| | getDAO () |
| |
| | getHasLoadableAdapters () |
| |
| | getId () |
| |
| | getLocaleMetadataFieldNames () |
| |
| | getLocalizedData ($key, $preferredLocale=null) |
| |
| | getMetadataFieldNames ($translated=true) |
| |
| | getSetMetadataFieldNames ($translated=true) |
| |
| | getSupportedExtractionAdapters () |
| |
| | getSupportedInjectionAdapters () |
| |
| | getSupportedMetadataSchemas () |
| |
| | injectMetadata ($metadataDescription) |
| |
| | removeSupportedMetadataAdapter ($metadataSchemaName) |
| |
| | setAllData (&$data) |
| |
| | setHasLoadableAdapters ($hasLoadableAdapters) |
| |
| | setId ($id) |
| |
| | unsetData ($key, $locale=null) |
| |
| | upcastTo ($targetObject) |
| |
| static | tempGroup ($inputType, $outputType) |
| |
| static | supportedRuntimeEnvironmentSettings () |
| |
| | $_filters = array() |
| |
| | $_maxSeq = 0 |
| |
| | $_filterGroup |
| |
| | $_settings = array() |
| |
| | $_errors = array() |
| |
| | $_input |
| |
| | $_inputType |
| |
| | $_output |
| |
| | $_outputType |
| |
| | $_runtimeEnvironment = false |
| |
| | $_data = array() |
| |
| | $_extractionAdaptersLoaded = false |
| |
| | $_hasLoadableAdapters = false |
| |
| | $_injectionAdaptersLoaded = false |
| |
| | $_metadataExtractionAdapters = array() |
| |
| | $_metadataInjectionAdapters = array() |
| |
Definition at line 21 of file FilterHelperTest.php.