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 Field

Model for the channel_fields table

Illuminate\Database\Eloquent\Model
Extended by rsanchez\Deep\Model\AbstractProperty
Extended by rsanchez\Deep\Model\AbstractField
Extended by rsanchez\Deep\Model\Field
Namespace: rsanchez\Deep\Model
Located at Model/Field.php
Methods summary
public rsanchez\Deep\Collection\FieldCollection
# newCollection( array $fields = array() )

Parameters

$fields
array
$fields

Returns

rsanchez\Deep\Collection\FieldCollection
public
# hasRows( )
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
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
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
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
Methods inherited from rsanchez\Deep\Model\AbstractField
getFieldIdAttribute(), getFieldNameAttribute()
Properties summary
protected string $table 'channel_fields'
#
protected string $primaryKey 'group_id'
#
API documentation generated by ApiGen 2.8.0