class Tribe extends Model (View source)

Class Tribe

Properties

protected string $field Set GraphQL mutation field name
protected string $batchId
protected $name
protected string $slug
protected array $tribeTypeNames
protected string $status
protected string $country
protected int $postalCode
protected string $state
protected string $locality
protected string $address
protected string $address2
protected string $heading
protected string $subHeading
protected string $caption
protected string $pageHeading
protected string $pageSubHeading
protected string $introductionBold
protected string $introduction
protected string $mainTelephone
protected string $mainNotification
protected string $publicEmail
protected string $trackingCode
protected string $answerNumber
protected string $organicNumber
protected string $paidNumber
protected string $aboutUs
protected string $introductionTeam
protected string $googlePlaceId
$facebookReviewLink
protected string $facebookPixelId
protected string $openingHoursMessage
protected boolean $showOpeningHours
protected array $openHours
protected boolean $useOrganisationAddress
protected float $latitude
protected float $longitude

Methods

__construct(array $attributes)

Media constructor

from Model
fill(array $attributes)

Fill all attributes to model

from Model
string
toQuery()

Make a query string

from Model
mixed
toArray()

Get the instance as an array.

Details

__construct(array $attributes)

Media constructor

Parameters

array $attributes

fill(array $attributes)

Fill all attributes to model

Parameters

array $attributes

string toQuery()

Make a query string

Return Value

string

mixed toArray()

Get the instance as an array.

Return Value

mixed