class ContentType extends DeepCollection (View source)

Methods

static DeepCollection
deepMake($items)

No description

bool
isKeyEmpty($key)

No description

bool
isKeyNotEmpty($key)

No description

__call($name, $arguments)

No description

static ContentType
factory(string|null $name, Collection $contentTypesConfig)

No description

string
getSlug()

No description

Details

static DeepCollection deepMake($items)

Parameters

$items

Return Value

DeepCollection

bool isKeyEmpty($key)

Parameters

$key

Return Value

bool

bool isKeyNotEmpty($key)

Parameters

$key

Return Value

bool

__call($name, $arguments)

Parameters

$name
$arguments

static ContentType factory(string|null $name, Collection $contentTypesConfig)

Parameters

string|null $name
Collection $contentTypesConfig

Return Value

ContentType

string getSlug()

Return Value

string