Craft Themes (3.x)

LayoutException extends Exception
in package

Table of Contents

alreadyExists()  : mixed
cantSave()  : mixed
defaultUndeletable()  : mixed
noId()  : mixed
noTheme()  : mixed
noUid()  : mixed
noViewMode()  : mixed
onSave()  : mixed
parameterMissing()  : mixed
typeAlreadyDefined()  : mixed
unknownType()  : mixed

Methods

defaultUndeletable()

public static defaultUndeletable() : mixed
Return values
mixed

noId()

public static noId(int $id) : mixed
Parameters
$id : int
Return values
mixed

noUid()

public static noUid(string $uid) : mixed
Parameters
$uid : string
Return values
mixed

noViewMode()

public static noViewMode(string $viewMode) : mixed
Parameters
$viewMode : string
Return values
mixed

parameterMissing()

public static parameterMissing(string $parameter, string $method) : mixed
Parameters
$parameter : string
$method : string
Return values
mixed

typeAlreadyDefined()

public static typeAlreadyDefined(string $name, string $class) : mixed
Parameters
$name : string
$class : string
Return values
mixed

unknownType()

public static unknownType(string $type) : mixed
Parameters
$type : string
Return values
mixed

Search results