PHP 클래스 Elcodi\Store\ProductBundle\Transformer\CategoryTransformer

상속: implements Elcodi\Component\Sitemap\Transformer\Interfaces\SitemapTransformerInterface
파일 보기 프로젝트 열기: elcodi/bamboo

보호된 프로퍼티들

프로퍼티 타입 설명
$entityTranslator Elcodi\Component\EntityTranslator\Services\Interfaces\EntityTranslatorInterface Entity Translator
$router Symfony\Component\Routing\Generator\UrlGeneratorInterface Url generator

공개 메소드들

메소드 설명
__construct ( Elcodi\Component\EntityTranslator\Services\Interfaces\EntityTranslatorInterface $entityTranslator, Symfony\Component\Routing\Generator\UrlGeneratorInterface $router ) Construct
getLastMod ( Mixed $element, string $language = null ) : string Get last mod
getLoc ( Mixed $element, string $language = null ) : string Get url given an entity

메소드 상세

__construct() 공개 메소드

Construct
public __construct ( Elcodi\Component\EntityTranslator\Services\Interfaces\EntityTranslatorInterface $entityTranslator, Symfony\Component\Routing\Generator\UrlGeneratorInterface $router )
$entityTranslator Elcodi\Component\EntityTranslator\Services\Interfaces\EntityTranslatorInterface Entity Translator
$router Symfony\Component\Routing\Generator\UrlGeneratorInterface Router

getLastMod() 공개 메소드

Get last mod
public getLastMod ( Mixed $element, string $language = null ) : string
$element Mixed Element
$language string Language
리턴 string Last mod value

getLoc() 공개 메소드

Get url given an entity
public getLoc ( Mixed $element, string $language = null ) : string
$element Mixed Element
$language string Language
리턴 string url

프로퍼티 상세

$entityTranslator 보호되어 있는 프로퍼티

Entity Translator
protected EntityTranslatorInterface,Elcodi\Component\EntityTranslator\Services\Interfaces $entityTranslator
리턴 Elcodi\Component\EntityTranslator\Services\Interfaces\EntityTranslatorInterface

$router 보호되어 있는 프로퍼티

Url generator
protected UrlGeneratorInterface,Symfony\Component\Routing\Generator $router
리턴 Symfony\Component\Routing\Generator\UrlGeneratorInterface