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 HasStaticValuesInterface

provides a way to add static fields to an entity A static value is a set value that will never be changed.

Namespace: DSchoenbauer\Orm\Entity
Author: David Schoenbauer dschoenbauer@gmail.com
Located at Orm/Entity/HasStaticValuesInterface.php
Methods summary
public string
# getStaticValues( )

provides an associative array that has keys of fields and values

provides an associative array that has keys of fields and values

Returns

string

if no field is provided by the user this field will define which field should be sorted on

Since

v1.0.0
API documentation generated by ApiGen