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 GridCol

Model for the grid_columns table

Illuminate\Database\Eloquent\Model
Extended by rsanchez\Deep\Model\AbstractProperty
Extended by rsanchez\Deep\Model\GridCol
Namespace: rsanchez\Deep\Model
Located at Model/GridCol.php
Methods summary
public Illuminate\Database\Eloquent\Builder
# scopeFieldId( Illuminate\Database\Eloquent\Builder $query, integer|array $fieldId )

Filter by Field ID

Filter by Field ID

Parameters

$query
Illuminate\Database\Eloquent\Builder
$query
$fieldId
integer|array
$fieldId

Returns

Illuminate\Database\Eloquent\Builder
public rsanchez\Deep\Collection\GridColCollection
# newCollection( array $models = array() )

Parameters

$models
array
$models

Returns

rsanchez\Deep\Collection\GridColCollection
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
Properties summary
protected string $table 'grid_columns'
#
protected string $primaryKey 'col_id'
#
API documentation generated by ApiGen 2.8.0