Skip to content

AbstractSoftDeleteConditions

  • Full name: \Zemit\Mvc\Controller\Traits\Abstracts\Query\Conditions\AbstractSoftDeleteConditions

Methods

initializeSoftDeleteConditions

public initializeSoftDeleteConditions(): void
  • This method is abstract.

setSoftDeleteConditions

public setSoftDeleteConditions(?\Phalcon\Support\Collection $softDeleteConditions): void
  • This method is abstract.

Parameters:

Parameter Type Description
$softDeleteConditions ?\Phalcon\Support\Collection

getSoftDeleteConditions

public getSoftDeleteConditions(): ?\Phalcon\Support\Collection
  • This method is abstract.

defaultSoftDeleteCondition

public defaultSoftDeleteCondition(): array|string|null
  • This method is abstract.