PHP Класс Sonata\ProductBundle\Seo\Services\Twitter

Автор: Xavier Coureau ([email protected])
Наследование: implements Sonata\ProductBundle\Seo\Services\ServiceInterface
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$creator string | null
$currencyDetector Sonata\Component\Currency\CurrencyDetectorInterface
$domain string | null
$mediaFormat string | null
$mediaPool Sonata\MediaBundle\Provider\Pool
$numberHelper Sonata\IntlBundle\Templating\Helper\NumberHelper
$site string | null

Открытые методы

Метод Описание
__construct ( Sonata\MediaBundle\Provider\Pool $mediaPool, Sonata\IntlBundle\Templating\Helper\NumberHelper $numberHelper, Sonata\Component\Currency\CurrencyDetectorInterface $currencyDetector, string $site, string $creator, string $domain, string $mediaFormat )
alterPage ( Sonata\SeoBundle\Seo\SeoPageInterface $seoPage, Sonata\Component\Product\ProductInterface $product ) Add the meta information.

Описание методов

__construct() публичный метод

public __construct ( Sonata\MediaBundle\Provider\Pool $mediaPool, Sonata\IntlBundle\Templating\Helper\NumberHelper $numberHelper, Sonata\Component\Currency\CurrencyDetectorInterface $currencyDetector, string $site, string $creator, string $domain, string $mediaFormat )
$mediaPool Sonata\MediaBundle\Provider\Pool
$numberHelper Sonata\IntlBundle\Templating\Helper\NumberHelper
$currencyDetector Sonata\Component\Currency\CurrencyDetectorInterface
$site string
$creator string
$domain string
$mediaFormat string

alterPage() публичный метод

Add the meta information.
public alterPage ( Sonata\SeoBundle\Seo\SeoPageInterface $seoPage, Sonata\Component\Product\ProductInterface $product )
$seoPage Sonata\SeoBundle\Seo\SeoPageInterface
$product Sonata\Component\Product\ProductInterface

Описание свойств

$creator защищенное свойство

protected string|null $creator
Результат string | null

$currencyDetector защищенное свойство

protected CurrencyDetectorInterface,Sonata\Component\Currency $currencyDetector
Результат Sonata\Component\Currency\CurrencyDetectorInterface

$domain защищенное свойство

protected string|null $domain
Результат string | null

$mediaFormat защищенное свойство

protected string|null $mediaFormat
Результат string | null

$mediaPool защищенное свойство

protected Pool,Sonata\MediaBundle\Provider $mediaPool
Результат Sonata\MediaBundle\Provider\Pool

$numberHelper защищенное свойство

protected NumberHelper,Sonata\IntlBundle\Templating\Helper $numberHelper
Результат Sonata\IntlBundle\Templating\Helper\NumberHelper

$site защищенное свойство

protected string|null $site
Результат string | null