Overview

Namespaces

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

Classes

  • AbstractFieldCollection
  • AbstractTitleCollection
  • AssetCollection
  • CategoryCollection
  • CategoryFieldCollection
  • ChannelCollection
  • EntryCollection
  • FieldCollection
  • FileCollection
  • GridColCollection
  • GridRowCollection
  • MatrixColCollection
  • MatrixRowCollection
  • MemberFieldCollection
  • PlayaCollection
  • RelationshipCollection
  • SiteCollection
  • TitleCollection
  • UploadPrefCollection

Interfaces

  • FilterableInterface

Traits

  • FilterableTrait
  • Overview
  • Namespace
  • Class
  • Tree

Class AbstractFieldCollection

Collection of \rsanchez\Deep\Model\AbstractField

Illuminate\Database\Eloquent\Collection
Extended by rsanchez\Deep\Collection\AbstractFieldCollection

Direct known subclasses

rsanchez\Deep\Collection\CategoryFieldCollection, rsanchez\Deep\Collection\FieldCollection, rsanchez\Deep\Collection\MemberFieldCollection
Abstract
Namespace: rsanchez\Deep\Collection
Located at Collection/AbstractFieldCollection.php
Methods summary
public
# __construct( array $fields = array() )
public string
# getFieldId( string $field )

Get the field_id for the specified field name

Get the field_id for the specified field name

Parameters

$field
string
$field name of the field

Returns

string
public
# push( mixed $field )
public boolean
# hasField( string $field )

Check if this collection has the specified field name

Check if this collection has the specified field name

Parameters

$field
string
$field the name of the field

Returns

boolean
Properties summary
protected array $fieldsByName array()
#

array of field_name => \rsanchez\Deep\Model\AbstractField

array of field_name => \rsanchez\Deep\Model\AbstractField

API documentation generated by ApiGen 2.8.0