Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • AdminAccess
    • Collections
    • Deleters
    • Entities
    • Exceptions
    • Factories
    • Interfaces
    • Managers
    • Readers
    • Writers
  • AdminHttpViewControllers
  • ApiV2Controllers
  • Authentication
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Strategies
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Storages
    • Validation
    • ValueObjects
  • CustomerGroup
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Serializers
    • Services
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Extensions
    • Customers
    • Emails
    • Geschaeftskundenversand
    • Helpers
    • Invoices
    • Orders
    • ParcelShopFinder
    • QuickEdit
    • Serializers
    • Templates
  • Geschaeftskundenversand
    • Exceptions
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Manufacturer
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • OrderStatus
    • Collections
    • Entities
    • Exceptions
    • Factories
    • Interfaces
    • Repositories
  • Precheck
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • QuantityUnit
    • Entities
    • Factories
    • Repositories
  • QuickEdit
    • Interfaces
    • Repositories
  • Review
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Services
    • ValueObjects
  • Shared
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Slider
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
  • Smarty
    • plugins
  • StaticSeoUrl
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • StaticSeoUrls
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository
  • VersionInfo
    • Factories
    • Reader
    • ValueObjects
  • VPE
    • Entities
    • Factories
    • Repositories
  • Withdrawal
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Services
    • ValueObjects

Classes

  • StaticSeoUrl
  • StaticSeoUrlContent

Class StaticSeoUrlContent

Class StaticSeoUrlContent

Represents the default settings of a single StaticSeoUrlContent in a StaticSeoUrl.

StaticSeoUrlContent implements StaticSeoUrlContentInterface
Package: StaticSeoUrl\Entities
Category: System
Located at Services/Core/StaticSeoUrl/Entities/StaticSeoUrlContent.inc.php

Methods summary

public StaticSeoUrlContentInterface
# setId( IdType $id )

Set the staticSeoUrlContent ID for the staticSeoUrlContent.

Set the staticSeoUrlContent ID for the staticSeoUrlContent.

Parameters

$id
StaticSeoUrlContent ID.

Returns

StaticSeoUrlContentInterface
Same instance for chained method calls.

Implementation of

StaticSeoUrlContentInterface::setId()
public integer
# getId( )

Return the staticSeoUrlContent ID.

Return the staticSeoUrlContent ID.

Returns

integer
StaticSeoUrlContent ID.

Implementation of

StaticSeoUrlContentInterface::getId()
public StaticSeoUrlContentInterface
# setLanguageId( IdType $languageId )

Set the language ID for the staticSeoUrlContent.

Set the language ID for the staticSeoUrlContent.

Parameters

$languageId
Language ID.

Returns

StaticSeoUrlContentInterface
Same instance for chained method calls.

Implementation of

StaticSeoUrlContentInterface::setLanguageId()
public integer
# getLanguageId( )

Return the language ID.

Return the language ID.

Returns

integer
Language ID.

Implementation of

StaticSeoUrlContentInterface::getLanguageId()
public StaticSeoUrlContentInterface
# setTitle( StringType $title )

Set the title for the staticSeoUrlContent.

Set the title for the staticSeoUrlContent.

Parameters

$title
Title for the staticSeoUrlContent.

Returns

StaticSeoUrlContentInterface
Same instance for chained method calls.

Implementation of

StaticSeoUrlContentInterface::setTitle()
public string
# getTitle( )

Return the title of the staticSeoUrlContent.

Return the title of the staticSeoUrlContent.

Returns

string
Title.

Implementation of

StaticSeoUrlContentInterface::getTitle()
public StaticSeoUrlContentInterface
# setDescription( StringType $description )

Set the description for the staticSeoUrlContent.

Set the description for the staticSeoUrlContent.

Parameters

$description
Description for the staticSeoUrlContent.

Returns

StaticSeoUrlContentInterface
Same instance for chained method calls.

Implementation of

StaticSeoUrlContentInterface::setDescription()
public string
# getDescription( )

Return the description of the staticSeoUrlContent.

Return the description of the staticSeoUrlContent.

Returns

string
Description.

Implementation of

StaticSeoUrlContentInterface::getDescription()
public StaticSeoUrlContentInterface
# setKeywords( StringType $keywords )

Set the keywords for the staticSeoUrlContent.

Set the keywords for the staticSeoUrlContent.

Parameters

$keywords
Keywords for the staticSeoUrlContent.

Returns

StaticSeoUrlContentInterface
Same instance for chained method calls.

Implementation of

StaticSeoUrlContentInterface::setKeywords()
public string
# getKeywords( )

Return the keywords of the staticSeoUrlContent.

Return the keywords of the staticSeoUrlContent.

Returns

string
Keywords.

Implementation of

StaticSeoUrlContentInterface::getKeywords()

Properties summary

protected integer $id

StaticSeoUrlContent ID

StaticSeoUrlContent ID

# 0
protected integer $languageId

Language ID

Language ID

# 0
protected string $title

Title

Title

# ''
protected string $description

Meta Description

Meta Description

# ''
protected string $keywords

Meta Keywords

Meta Keywords

# ''
API documentation generated by ApiGen