public
|
|
public
integer
|
#
getId( )
Returns the id.
Returns
integer
Implementation of
|
public
|
#
setId( IdType $vpeId )
Sets the id.
Parameters
Returns
$this|\VPEInterface Same instance for chained method calls.
Implementation of
|
public
string
|
#
getName( LanguageCode $languageCode )
Returns the language specific name.
Returns the language specific name.
Parameters
- $languageCode
- Language code for language specific name value.
Returns
string Language specific name value.
Implementation of
|
public
|
#
setName( StringType $name, LanguageCode $languageCode )
Sets the language specific name.
Sets the language specific name.
Parameters
- $name
- Name value to be set.
- $languageCode
- Language code for language specific name value.
Returns
$this|\VPEInterface Same instance for chained method calls.
Implementation of
|
public
array
|
#
getNames( )
Returns all language specific names.
Returns all language specific names.
Returns
array Language specific names value.
Implementation of
|
public
boolean
|
#
isDefault( )
Returns true if the vpe entity instance is the shops default.
Returns true if the vpe entity instance is the shops default.
Returns
boolean True if VPE value is shops default.
Implementation of
|
public
|
#
setDefault( BoolType $default )
Sets vpe entity to shops default, if bool type is true.
Sets vpe entity to shops default, if bool type is true.
Parameters
- $default
- Is current vpe entity shops default?
Returns
$this|\VPEInterface Same instance for chained method calls.
Implementation of
|