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 Site

Model for the sites table

Illuminate\Database\Eloquent\Model
Extended by rsanchez\Deep\Model\Site
Namespace: rsanchez\Deep\Model
Located at Model/Site.php
Methods summary
public rsanchez\Deep\Collection\SiteCollection
# newCollection( array $models = array() )

Parameters

$models
array
$models

Returns

rsanchez\Deep\Collection\SiteCollection
public array|null
# getSiteSystemPreferencesAttribute( mixed $value )

Get the system preferences for this site

Get the system preferences for this site

Returns

array|null
public array|null
# getSiteMemberPreferencesAttribute( mixed $value )

Get the member preferences for this site

Get the member preferences for this site

Returns

array|null
public array|null
# getSiteTemplatePreferencesAttribute( mixed $value )

Get the template preferences for this site

Get the template preferences for this site

Returns

array|null
public array|null
# getSitePagesAttribute( mixed $value )

Get the pages for this site

Get the pages for this site

Returns

array|null
Properties summary
protected string $table 'sites'
#
protected string $primaryKey 'site_id'
#
API documentation generated by ApiGen 2.8.0