Overview

Namespaces

  • DSchoenbauer
    • Orm
      • Builder
      • Entity
      • Enum
      • Events
        • Persistence
        • Validate
          • DataType
          • Schema
      • Exception
      • Framework

Classes

  • AbstractEntity

Interfaces

  • EntityInterface
  • HasBoolFieldsInterface
  • HasDateFieldsInterface
  • HasDateWithCustomFormatInterface
  • HasDefaultValuesInterface
  • HasFilterInterface
  • HasNumericFieldsInterface
  • HasRequiredFieldsInterface
  • HasStaticValuesInterface
  • HasStringFieldsInterface
  • IsSortableInterface
  • Overview
  • Namespace
  • Class

Interface HasFilterInterface

provides a way to add a way to filter / limit the number of records in an entity

Namespace: DSchoenbauer\Orm\Entity
Author: David Schoenbauer d.schoenbauer@ctimeetingtech.com
Located at Orm/Entity/HasFilterInterface.php
Methods summary
public array
# getFilters( )

provides a way to filter or limit the number of records in an entity

provides a way to filter or limit the number of records in an entity

Returns

array
an array of fields that may be queried for specific content

Since

v1.0.0
API documentation generated by ApiGen