Class Filter.
accepts(\ContaoCommunityAlliance\DcGeneral\Clipboard\ItemInterface $item)
SuppressWarnings | (PHPMD.UnusedLocalVariable) |
---|---|
SuppressWarnings | (PHPMD.EvalExpression) |
andActionIs(string $action) : static
string
The action name.
static
andActionIsIn(array|string[] $actions) : static
array
string[]
The action names.
static
andActionIsNot(string $action) : static
string
The action name.
static
andActionIsNotIn(array|string[] $actions) : static
array
string[]
The action names.
static
andHasNoParent() : static
static
andModelIs(\ContaoCommunityAlliance\DcGeneral\Data\ModelId $modelId) : static
andModelIsFromProvider(string $modelProviderName) : static
string
The provider name.
static
andModelIsNot(\ContaoCommunityAlliance\DcGeneral\Data\ModelId $modelId) : static
andModelIsNotFromProvider(string $modelProviderName) : static
string
The provider name.
static
andParentIs(\ContaoCommunityAlliance\DcGeneral\Data\ModelId $parentModelId) : static
static
andParentIsFromProvider(string $parentProviderName) : static
string
The parent provider name.
static
andParentIsIn(array|\ContaoCommunityAlliance\DcGeneral\Data\ModelId[] $parentModelIds) : static
static
andParentIsNot(\ContaoCommunityAlliance\DcGeneral\Data\ModelId $parentModelId) : static
static
andParentIsNotFromProvider(string $parentProviderName) : static
string
The parent provider name.
static
andParentIsNotIn(array|\ContaoCommunityAlliance\DcGeneral\Data\ModelId[] $parentModelIds) : static
static
andSub(\ContaoCommunityAlliance\DcGeneral\Clipboard\Filter $filter) : static
static
create() : static
static
getExpression() : string
internal |
---|
string
getVariables() : array
internal |
---|
array
orActionIs(string $action) : static
string
The action name.
static
orActionIsIn(array|string[] $actions) : static
array
string[]
The action names.
static
orActionIsNot(string $action) : static
string
The action name.
static
orActionIsNotIn(array|string[] $actions) : static
array
string[]
The action names.
static
orHasNoParent() : static
static
orModelIs(\ContaoCommunityAlliance\DcGeneral\Data\ModelId $modelId) : static
orModelIsFromProvider(string $modelProviderName) : static
string
The provider name.
static
orModelIsNot(\ContaoCommunityAlliance\DcGeneral\Data\ModelId $modelId) : static
orModelIsNotFromProvider(string $modelProviderName) : static
string
The provider name.
static
orParentIs(\ContaoCommunityAlliance\DcGeneral\Data\ModelId $parentModelId) : static
static
orParentIsFromProvider(string $parentProviderName) : static
string
The parent provider name.
static
orParentIsIn(array|\ContaoCommunityAlliance\DcGeneral\Data\ModelId[] $parentModelIds) : static
static
orParentIsNot(\ContaoCommunityAlliance\DcGeneral\Data\ModelId $parentModelId) : static
static
orParentIsNotFromProvider(string $parentProviderName) : static
string
The parent provider name.
static
orParentIsNotIn(array|\ContaoCommunityAlliance\DcGeneral\Data\ModelId[] $parentModelIds) : static
static
orSub(\ContaoCommunityAlliance\DcGeneral\Clipboard\Filter $filter) : static
static
actionIs(string $conjunction, string $action) : static
string
AND or OR.
string
The action name.
static
actionIsIn(string $conjunction, array|string[] $actions) : static
string
AND or OR.
array
string[]
The action names.
static
actionIsNot(string $conjunction, string $action) : static
string
AND or OR.
string
The action name.
static
actionIsNotIn(string $conjunction, array|string[] $actions) : static
string
AND or OR.
array
string[]
The action names.
static
hasNoParent(string $conjunction) : static
string
AND or OR.
static
modelIs(string $conjunction, \ContaoCommunityAlliance\DcGeneral\Data\ModelId $modelId) : static
string
AND or OR.
static
modelIsFromProvider(string $conjunction, string $modelProviderName) : static
string
AND or OR.
string
The provider name.
static
modelIsNot(string $conjunction, \ContaoCommunityAlliance\DcGeneral\Data\ModelId $modelId) : static
string
AND or OR.
static
modelIsNotFromProvider(string $conjunction, string $modelProviderName) : static
string
AND or OR.
string
The provider name.
static
parentIs(string $conjunction, \ContaoCommunityAlliance\DcGeneral\Data\ModelId $parentModelId) : static
string
AND or OR.
static
parentIsFromProvider(string $conjunction, string $parentProviderName) : static
string
AND or OR.
string
The parent provider name.
static
parentIsIn(string $conjunction, array|\ContaoCommunityAlliance\DcGeneral\Data\ModelId[] $parentModelIds) : static
string
AND or OR.
static
parentIsNot(string $conjunction, \ContaoCommunityAlliance\DcGeneral\Data\ModelId $parentModelId) : static
string
AND or OR.
static
parentIsNotFromProvider(string $conjunction, string $parentProviderName) : static
string
AND or OR.
string
The parent provider name.
static
parentIsNotIn(string $conjunction, array|\ContaoCommunityAlliance\DcGeneral\Data\ModelId[] $parentModelIds) : static
string
AND or OR.
static
sub(string $conjunction, \ContaoCommunityAlliance\DcGeneral\Clipboard\Filter $filter) : static
string
AND or OR.
static
$compiled : string
$expression : array
$variables : array
ACTION_IS_EXPRESSION
ACTION_IS_NOT_EXPRESSION
HAS_NO_PARENT_EXPRESSION
MODEL_IS_EXPRESSION
MODEL_IS_FROM_PROVIDER_EXPRESSION
MODEL_IS_NOT_EXPRESSION
MODEL_IS_NOT_FROM_PROVIDER_EXPRESSION
PARENT_IS_EXPRESSION
PARENT_IS_FROM_PROVIDER_EXPRESSION
PARENT_IS_NOT_EXPRESSION
PARENT_IS_NOT_FROM_PROVIDER_EXPRESSION