\App\Site\ModelsRewrite

Rewrite Model

Summary

Methods
Properties
Constants
getWebsite()
getOwner()
getTranslations()
getRouteInfo()
getId()
getWebsiteId()
getUrl()
getRoute()
getUserId()
getCreatedAt()
getUpdatedAt()
No public properties found
No constants found
No protected methods found
$translations
N/A
No private methods found
No private properties found
N/A

Properties

$translations

$translations :array

Type

array—rewrite translations

Methods

getTranslations()

getTranslations(false  $reset = false): array

gets object translations

Parameters

false $reset

Throws

\Degami\Basics\Exceptions\BasicException
\Exception

Returns

array

getRouteInfo()

getRouteInfo(): \App\Site\Routing\RouteInfo

gets route info object

Throws

\Degami\Basics\Exceptions\BasicException

Returns

\App\Site\Routing\RouteInfo

getId()

getId(): integer

Returns

integer

getWebsiteId()

getWebsiteId(): integer

Returns

integer

getUrl()

getUrl(): string

Returns

string

getRoute()

getRoute(): string

Returns

string

getUserId()

getUserId(): integer

Returns

integer

getCreatedAt()

getCreatedAt(): \DateTime

Returns

\DateTime

getUpdatedAt()

getUpdatedAt(): \DateTime

Returns

\DateTime