Shop
extends Base
in package
Class Shop.
Table of Contents
- $active : bool
- $alwaysSecure : bool
- $basePath : string
- $baseUrl : string
- $categoryId : int
- $customerScope : bool
- $default : bool
- $host : string
- $hosts : string
- $id : int
- $locale : Locale
- $mainId : int
- $name : string
- $position : int
- $secure : bool
- $secureBasePath : string
- $secureHost : string
- $title : string
- getArrayCopy() : array<string|int, mixed>
- Gets the attributes of this entity.
- getBasePath() : string
- getBaseUrl() : string
- getCategoryId() : int
- getHost() : string
- getHosts() : string
- getId() : int
- getMainId() : int
- getName() : string
- getPosition() : int
- getSecureBasePath() : string
- getSecureHost() : string
- getTitle() : string
- isActive() : bool
- isAlwaysSecure() : bool
- isDefault() : bool
- isSecure() : bool
- setActive() : Shop
- setAlwaysSecure() : Shop
- setBasePath() : Shop
- setBaseUrl() : Shop
- setCategoryId() : Shop
- setDefault() : Shop
- setEntityAttributes() : $this
- Sets the attributes of this entity.
- setHost() : Shop
- setHosts() : Shop
- setId() : Shop
- setMainId() : Shop
- setName() : Shop
- setPosition() : Shop
- setSecure() : Shop
- setSecureBasePath() : Shop
- setSecureHost() : Shop
- setTitle() : Shop
Properties
$active
protected
bool
$active
$alwaysSecure
protected
bool
$alwaysSecure
$basePath
protected
string
$basePath
$baseUrl
protected
string
$baseUrl
$categoryId
protected
int
$categoryId
$customerScope
protected
bool
$customerScope
$default
protected
bool
$default
$host
protected
string
$host
$hosts
protected
string
$hosts
$id
protected
int
$id
$locale
protected
Locale
$locale
$mainId
protected
int
$mainId
$name
protected
string
$name
$position
protected
int
$position
$secure
protected
bool
$secure
$secureBasePath
protected
string
$secureBasePath
$secureHost
protected
string
$secureHost
$title
protected
string
$title
Methods
getArrayCopy()
Gets the attributes of this entity.
public
getArrayCopy() : array<string|int, mixed>
Return values
array<string|int, mixed> —getBasePath()
public
getBasePath() : string
Return values
string —getBaseUrl()
public
getBaseUrl() : string
Return values
string —getCategoryId()
public
getCategoryId() : int
Return values
int —getHost()
public
getHost() : string
Return values
string —getHosts()
public
getHosts() : string
Return values
string —getId()
public
getId() : int
Return values
int —getMainId()
public
getMainId() : int
Return values
int —getName()
public
getName() : string
Return values
string —getPosition()
public
getPosition() : int
Return values
int —getSecureBasePath()
public
getSecureBasePath() : string
Return values
string —getSecureHost()
public
getSecureHost() : string
Return values
string —getTitle()
public
getTitle() : string
Return values
string —isActive()
public
isActive() : bool
Return values
bool —isAlwaysSecure()
public
isAlwaysSecure() : bool
Return values
bool —isDefault()
public
isDefault() : bool
Return values
bool —isSecure()
public
isSecure() : bool
Return values
bool —setActive()
public
setActive(bool $active) : Shop
Parameters
- $active : bool
Return values
Shop —setAlwaysSecure()
public
setAlwaysSecure(bool $alwaysSecure) : Shop
Parameters
- $alwaysSecure : bool
Return values
Shop —setBasePath()
public
setBasePath(string $basePath) : Shop
Parameters
- $basePath : string
Return values
Shop —setBaseUrl()
public
setBaseUrl(string $baseUrl) : Shop
Parameters
- $baseUrl : string
Return values
Shop —setCategoryId()
public
setCategoryId(int $categoryId) : Shop
Parameters
- $categoryId : int
Return values
Shop —setDefault()
public
setDefault(bool $default) : Shop
Parameters
- $default : bool
Return values
Shop —setEntityAttributes()
Sets the attributes of this entity.
public
setEntityAttributes(array<string|int, mixed> $attributes) : $this
Parameters
- $attributes : array<string|int, mixed>
Return values
$this —setHost()
public
setHost(string $host) : Shop
Parameters
- $host : string
Return values
Shop —setHosts()
public
setHosts(string $hosts) : Shop
Parameters
- $hosts : string
Return values
Shop —setId()
public
setId(int $id) : Shop
Parameters
- $id : int
Return values
Shop —setMainId()
public
setMainId(int $mainId) : Shop
Parameters
- $mainId : int
Return values
Shop —setName()
public
setName(string $name) : Shop
Parameters
- $name : string
Return values
Shop —setPosition()
public
setPosition(int $position) : Shop
Parameters
- $position : int
Return values
Shop —setSecure()
public
setSecure(bool $secure) : Shop
Parameters
- $secure : bool
Return values
Shop —setSecureBasePath()
public
setSecureBasePath(string $secureBasePath) : Shop
Parameters
- $secureBasePath : string
Return values
Shop —setSecureHost()
public
setSecureHost(string $secureHost) : Shop
Parameters
- $secureHost : string
Return values
Shop —setTitle()
public
setTitle(string $title) : Shop
Parameters
- $title : string