Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • 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
  • 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

Interfaces

  • StaticSeoUrlContentInterface
  • StaticSeoUrlContentRepositoryDeleterInterface
  • StaticSeoUrlContentRepositoryInterface
  • StaticSeoUrlContentRepositoryReaderInterface
  • StaticSeoUrlContentRepositoryWriterInterface
  • StaticSeoUrlInterface
  • StaticSeoUrlReadServiceInterface
  • StaticSeoUrlRepositoryDeleterInterface
  • StaticSeoUrlRepositoryInterface
  • StaticSeoUrlRepositoryReaderInterface
  • StaticSeoUrlRepositoryWriterInterface
  • StaticSeoUrlWriteServiceInterface

Interface StaticSeoUrlInterface

Interface StaticSeoUrlInterface

Direct known implementers

StaticSeoUrl

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

Methods summary

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.
public integer
# getId( )

Return the ID of the staticSeoUrl.

Return the ID of the staticSeoUrl.

Returns

integer
StaticSeoUrl ID.
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.
public string
# getName( )

Return the Name of the staticSeoUrl.

Return the Name of the staticSeoUrl.

Returns

string
Name.
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
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.
public string
# getChangeFrequency( )

Return the change frequency of the staticSeoUrl.

Return the change frequency of the staticSeoUrl.

Returns

string
Change frequency.
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.
public string
# getPriority( )

Return the Priority of the staticSeoUrl.

Return the Priority of the staticSeoUrl.

Returns

string
Priority.
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.
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
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.
public StaticSeoUrlInterface
# setStaticSeoUrlContentCollection( StaticSeoUrlContentCollection $staticSeoUrlContentCollection )

Set the staticSeoUrlContentCollection for the staticSeoUrl.

Set the staticSeoUrlContentCollection for the staticSeoUrl.

Parameters

$staticSeoUrlContentCollection

Returns

StaticSeoUrlInterface
Same instance for chained method calls.
public StaticSeoUrlContentCollection
# getStaticSeoUrlContentCollection( )

Return the staticSeoUrlContentCollection of the staticSeoUrl.

Return the staticSeoUrlContentCollection of the staticSeoUrl.

Returns

StaticSeoUrlContentCollection
staticSeoUrlContent collection.
public StaticSeoUrlInterface
# addStaticSeoUrlContent( StaticSeoUrlContentInterface $staticSeoUrlContentInterface )

Adds a staticSeoUrlContent to the staticSeoUrlContentCollection

Adds a staticSeoUrlContent to the staticSeoUrlContentCollection

Parameters

$staticSeoUrlContentInterface

Returns

StaticSeoUrlInterface
Same instance for chained method calls.

Throws

InvalidArgumentException
API documentation generated by ApiGen