Public Member Functions | |
shouldFilterByRelatedModels () | |
resolveDataProviderClassName () | |
![]() | |
__construct (Contact $model) | |
rules () | |
attributeLabels () | |
getAttributesMappedToRealAttributesMetadata () | |
![]() | |
rules () | |
attributeLabels () | |
getAttributesMappedToRealAttributesMetadata () | |
![]() | |
rules () | |
attributeLabels () | |
validateSaveSearch ($attribute, $params) | |
![]() | |
rules () | |
attributeLabels () | |
validateDynamicStructure ($attribute, $params) | |
validateDynamicClauses ($attribute, $params) | |
![]() | |
__construct (RedBeanModel $model) | |
setAnyMixedAttributesScope ($anyMixedAttributesScope) | |
getAnyMixedAttributesScope () | |
rules () | |
attributeLabels () | |
__set ($name, $value) | |
__get ($name) | |
isAttributeOnForm ($attributeName) | |
getSearchableAttributes () | |
getMetadata () | |
isAttribute ($attributeName) | |
isAttributeRequired ($attribute) | |
attributeNames () | |
setAttributes ($values, $safeOnly=true) | |
getAttributesMappedToRealAttributesMetadata () | |
resolveMixedSearchAttributeMappedToRealAttributesMetadata (&$realAttributesMetadata) | |
getGlobalSearchAttributeNamesAndLabelsAndAll () | |
setListAttributesSelector (ListAttributesSelector $listAttributesSelector) | |
getListAttributesSelector () | |
setKanbanBoard (KanbanBoard $kanbanBoard) | |
getKanbanBoard () | |
![]() | |
__construct (RedBeanModel $model) | |
getModel () | |
__toString () | |
__set ($name, $value) | |
__get ($name) | |
getMetadata () | |
isAttribute ($attributeName) | |
isAttributeRequired ($attribute) | |
attributeNames () | |
getAttributeLabel ($attribute) | |
setAttributes ($values, $safeOnly=true) | |
validate ($attributes=null, $clearErrors=true) | |
getValidators ($attribute=null) | |
getErrors ($attributeNameOrNames=null) | |
hasErrors ($attributeNameOrNames=null) | |
save ($runValidation=true, array $attributeNames=null) | |
getError ($attribute) | |
Additional Inherited Members | |
![]() | |
static | getNonSearchableAttributes () |
![]() | |
static | getNonSearchableAttributes () |
![]() | |
static | isAttributeSearchable ($attributeName) |
static | getNonSearchableAttributes () |
static | isRelation ($attributeName) |
static | getRelationModelClassName ($relationName) |
static | getSearchFormAttributeMappingRulesTypeByAttribute ($attributeName) |
![]() | |
static | isOwnedRelation ($attributeName) |
static | isRelation ($attributeName) |
static | getRelationModelClassName ($relationName) |
![]() | |
$anyCity | |
$anyStreet | |
$anyState | |
$anyPostalCode | |
$anyCountry | |
$anyEmail | |
$anyInvalidEmail | |
$anyOptOutEmail | |
$fullName | |
![]() | |
$ownedItemsOnly | |
![]() | |
$savedSearchId | |
$savedSearchName | |
$loadSavedSearchUrl | |
$sortAttribute | |
$sortDescending | |
![]() | |
const | DYNAMIC_NAME = 'dynamicClauses' |
const | DYNAMIC_STRUCTURE_NAME = 'dynamicStructure' |
$dynamicStructure | |
$dynamicClauses = array() | |
![]() | |
const | ANY_MIXED_ATTRIBUTES_SCOPE_NAME = 'anyMixedAttributesScope' |
const | SELECTED_LIST_ATTRIBUTES = 'selectedListAttributes' |
$anyMixedAttributes | |
$filterByStarred | |
![]() | |
getModelModuleClassName () | |
addAttributeNamesThatCanBeSplitUsingDelimiter ($value) | |
resolveMixedSearchAttributeElementForMetadata (&$metadata) | |
![]() | |
static | getRedBeanModelClassName () |
![]() | |
static | getSearchFormAttributeMappingRulesTypes () |
![]() | |
static | doesNameResolveNameForDelimiterSplit ($name) |
static | getDynamicAttributeTypes () |
static | getDynamicAttributeToElementTypes () |
static | shouldIgnoreRequiredValidator () |
static | getSearchFormAttributeMappingRulesTypes () |
![]() | |
static | getRedBeanModelClassName () |
static | shouldIgnoreRequiredValidator () |
![]() | |
$model | |
Contacts By Related models search form
Definition at line 39 of file ContactsByRelatedModelsSearchForm.php.
shouldFilterByRelatedModels | ( | ) |
Is this form used to search model by related models explicitly Implement in child classes when needed.
Implements ModelByRelatedModelsSearchFormInterface.
Definition at line 41 of file ContactsByRelatedModelsSearchForm.php.