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 StaticSeoUrl

Class StaticSeoUrl

Represents the default settings of a static seo url. Has got the static seo url contents as collection.

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

Methods summary

public
# __construct( )
public StaticSeoUrlInterface
# setId( IdType $id )

Set the ID for the staticSeoUrl.

Set the ID for the staticSeoUrl.

Parameters

$id
StaticSeoUrl ID.

Returns

StaticSeoUrlInterface
Same instance for chained method calls.

Implementation of

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

Return the ID of the staticSeoUrl.

Return the ID of the staticSeoUrl.

Returns

integer
StaticSeoUrl ID.

Implementation of

StaticSeoUrlInterface::getId()
public StaticSeoUrlInterface
# setName( StringType $name )

Set the name for the staticSeoUrl.

Set the name for the staticSeoUrl.

Parameters

$name
Name for the staticSeoUrl.

Returns

StaticSeoUrlInterface
Same instance for chained method calls.

Implementation of

StaticSeoUrlInterface::setName()
public string
# getName( )

Return the Name of the staticSeoUrl.

Return the Name of the staticSeoUrl.

Returns

string
Name.

Implementation of

StaticSeoUrlInterface::getName()
public boolean
# isInSitemapEntry( )

Return true when the staticSeoUrl should be considered in the sitemap, false otherwise.

Return true when the staticSeoUrl should be considered in the sitemap, false otherwise.

Returns

boolean

Implementation of

StaticSeoUrlInterface::isInSitemapEntry()
public StaticSeoUrlInterface
# setIsInSitemapEntry( BoolType $status )

Consider the staticSeoUrl in the sitemap or not.

Consider the staticSeoUrl in the sitemap or not.

Parameters

$status
True when it should be displayed, false otherwise.

Returns

StaticSeoUrlInterface
Same instance for chained method calls.

Implementation of

StaticSeoUrlInterface::setIsInSitemapEntry()
public string
# getChangeFrequency( )

Return the change frequency of the staticSeoUrl.

Return the change frequency of the staticSeoUrl.

Returns

string
Change frequency.

Implementation of

StaticSeoUrlInterface::getChangeFrequency()
public StaticSeoUrlInterface
# setChangeFrequency( StringType $changeFrequency )

Value of change frequency of staticSeoUrl in sitemap

Value of change frequency of staticSeoUrl in sitemap

Parameters

$changeFrequency

Returns

StaticSeoUrlInterface
Same instance for chained method calls.

Implementation of

StaticSeoUrlInterface::setChangeFrequency()
public string
# getPriority( )

Return the Priority of the staticSeoUrl.

Return the Priority of the staticSeoUrl.

Returns

string
Priority.

Implementation of

StaticSeoUrlInterface::getPriority()
public StaticSeoUrlInterface
# setPriority( StringType $priority )

Value of Priority of staticSeoUrl in sitemap

Value of Priority of staticSeoUrl in sitemap

Parameters

$priority

Returns

StaticSeoUrlInterface
Same instance for chained method calls.

Implementation of

StaticSeoUrlInterface::setPriority()
public boolean
# isInRobotsFile( )

Return true when the staticSeoUrl should be considered in the robots file, false otherwise.

Return true when the staticSeoUrl should be considered in the robots file, false otherwise.

Returns

boolean

Implementation of

StaticSeoUrlInterface::isInRobotsFile()
public StaticSeoUrlInterface
# setIsInRobotsFile( BoolType $status )

Consider the staticSeoUrl in the robots file or not.

Consider the staticSeoUrl in the robots file or not.

Parameters

$status
True when it should be displayed, false otherwise.

Returns

StaticSeoUrlInterface
Same instance for chained method calls.

Implementation of

StaticSeoUrlInterface::setIsInRobotsFile()
public StaticSeoUrlInterface
# setStaticSeoUrlContentCollection( StaticSeoUrlContentCollection $staticSeoUrlContentCollection )

Set the static seo url content collection for the static seo url.

Set the static seo url content collection for the static seo url.

Parameters

$staticSeoUrlContentCollection

Returns

StaticSeoUrlInterface
Same instance for chained method calls.

Implementation of

StaticSeoUrlInterface::setStaticSeoUrlContentCollection()
public StaticSeoUrlContentCollection
# getStaticSeoUrlContentCollection( )

Return the staticSeoUrlContent collection of the staticSeoUrl.

Return the staticSeoUrlContent collection of the staticSeoUrl.

Returns

StaticSeoUrlContentCollection
StaticSeoUrlContent collection.

Implementation of

StaticSeoUrlInterface::getStaticSeoUrlContentCollection()
public StaticSeoUrlInterface
# addStaticSeoUrlContent( StaticSeoUrlContentInterface $staticSeoUrlContent )

Adds a staticSeoUrlContent to the staticSeoUrlContent collection

Adds a staticSeoUrlContent to the staticSeoUrlContent collection

Parameters

$staticSeoUrlContent

Returns

StaticSeoUrlInterface
Same instance for chained method calls.

Throws

InvalidArgumentException

Implementation of

StaticSeoUrlInterface::addStaticSeoUrlContent()

Properties summary

protected integer $id

StaticSeoUrl ID

StaticSeoUrl ID

# 0
protected string $name

StaticSeoUrl Name

StaticSeoUrl Name

# ''
protected boolean $sitemapEntry

Is it shown in sitemap?

Is it shown in sitemap?

# false
protected float $changeFrequency

Change frequency for sitemap

Change frequency for sitemap

# ''
protected float $priority

Priority for sitemap

Priority for sitemap

# ''
protected boolean $robotsEntry

Is it shown in robots file?

Is it shown in robots file?

# false
protected StaticSeoUrlContentCollection $staticSeoUrlContentCollection

Collection of staticSeoUrlContents

Collection of staticSeoUrlContents

#
API documentation generated by ApiGen