Overview

Namespaces

  • rsanchez
    • Deep
      • App
        • EE
        • Laravel
          • Facade
      • Collection
      • Hydrator
      • Model
      • Plugin
      • Relations
      • Repository

Classes

  • AbstractEntity
  • AbstractField
  • AbstractProperty
  • Asset
  • Category
  • CategoryField
  • CategoryPosts
  • Channel
  • Comment
  • Entry
  • Field
  • Fieldtype
  • File
  • GridCol
  • GridRow
  • JoinableScope
  • MatrixCol
  • MatrixRow
  • Member
  • MemberField
  • PlayaEntry
  • RelationshipEntry
  • Site
  • Title
  • UploadPref

Interfaces

  • FileInterface

Traits

  • GlobalAttributeVisibilityTrait
  • JoinableTrait
  • Overview
  • Namespace
  • Class
  • Tree

Class AbstractProperty

Interface for field/col models

Illuminate\Database\Eloquent\Model
Extended by rsanchez\Deep\Model\AbstractProperty

Direct known subclasses

rsanchez\Deep\Model\AbstractField, rsanchez\Deep\Model\GridCol, rsanchez\Deep\Model\MatrixCol

Indirect known subclasses

rsanchez\Deep\Model\CategoryField, rsanchez\Deep\Model\Field, rsanchez\Deep\Model\MemberField
Abstract
Namespace: rsanchez\Deep\Model
Located at Model/AbstractProperty.php
Methods summary
abstract public string
# getName( )

Get the property short name (eg. the field_name or col_name)

Get the property short name (eg. the field_name or col_name)

Returns

string
abstract public string
# getIdentifier( )

Get the property ID with column suffix (eg. field_id13 or col_id13)

Get the property ID with column suffix (eg. field_id13 or col_id13)

Returns

string
abstract public string
# getId( )

Get the property ID (eg. the field_id or col_id)

Get the property ID (eg. the field_id or col_id)

Returns

string
abstract public string
# getType( )

Get the property type (eg. the field_type or col_type)

Get the property type (eg. the field_type or col_type)

Returns

string
API documentation generated by ApiGen 2.8.0