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 HasDateWithCustomFormatInterface

provides a way to add date fields with customer formats to an entity

DSchoenbauer\Orm\Entity\HasDateWithCustomFormatInterface implements DSchoenbauer\Orm\Entity\HasDateFieldsInterface
Namespace: DSchoenbauer\Orm\Entity
Author: David Schoenbauer
Located at Orm/Entity/HasDateWithCustomFormatInterface.php
Methods summary
public array
# getDateCustomFormat( )

provides an associative array with fields as keys and formats as values Format accepted by date().

provides an associative array with fields as keys and formats as values Format accepted by date().

Returns

array

Since

v1.0.0

Link

date() format
Methods inherited from DSchoenbauer\Orm\Entity\HasDateFieldsInterface
getDateDefaultFormat(), getDateFields()
API documentation generated by ApiGen