Interface VPEInterface

Interface VPEInterface

Direct known implementers

VPE

Methods summary

public getId( void ) : integer

Returns the id.

public setId( IdType $vpeId ) :

Sets the id.

public getName( LanguageCode $languageCode ) : string

Returns the language specific name.

public getNames( void ) : array

Returns all language specific names.

public setName( StringType $name, LanguageCode $languageCode ) :

Sets the language specific name.

public isDefault( void ) : boolean

Returns true if the vpe entity instance is the shops default.

public setDefault( BoolType $default ) :

Sets vpe entity to shops default, if bool type is true.