PHP 클래스 WellCommerce\Bundle\CategoryBundle\Entity\CategoryTranslation

저자: Adam Piotrowski ([email protected])
상속: implements WellCommerce\Bundle\RoutingBundle\Entity\RoutableSubjectInterface, implements WellCommerce\Bundle\IntlBundle\ORM\LocaleAwareInterface, use trait Knp\DoctrineBehaviors\Model\Translatable\Translation, use trait WellCommerce\Bundle\RoutingBundle\Entity\Behaviours\RoutableTrait
파일 보기 프로젝트 열기: wellcommerce/wellcommerce

보호된 프로퍼티들

프로퍼티 타입 설명
$description string
$meta WellCommerce\Bundle\AppBundle\Entity\Meta
$name string
$route WellCommerce\Bundle\CategoryBundle\Entity\CategoryRoute
$shortDescription string

공개 메소드들

메소드 설명
getCopyingSensitiveProperties ( ) : array
getDescription ( ) : string
getId ( ) : integer
getMeta ( ) : Meta
getName ( ) : string
getRouteEntity ( ) : WellCommerce\Bundle\CategoryBundle\Entity\CategoryRoute | WellCommerce\Bundle\RoutingBundle\Entity\RouteInterface
getShortDescription ( ) : string
setDescription ( string $description )
setMeta ( Meta $meta )
setName ( $name )
setShortDescription ( $shortDescription )

메소드 상세

getCopyingSensitiveProperties() 공개 메소드

getDescription() 공개 메소드

public getDescription ( ) : string
리턴 string

getId() 공개 메소드

public getId ( ) : integer
리턴 integer

getMeta() 공개 메소드

public getMeta ( ) : Meta
리턴 WellCommerce\Bundle\AppBundle\Entity\Meta

getName() 공개 메소드

public getName ( ) : string
리턴 string

getRouteEntity() 공개 메소드

public getRouteEntity ( ) : WellCommerce\Bundle\CategoryBundle\Entity\CategoryRoute | WellCommerce\Bundle\RoutingBundle\Entity\RouteInterface
리턴 WellCommerce\Bundle\CategoryBundle\Entity\CategoryRoute | WellCommerce\Bundle\RoutingBundle\Entity\RouteInterface

getShortDescription() 공개 메소드

public getShortDescription ( ) : string
리턴 string

setDescription() 공개 메소드

public setDescription ( string $description )
$description string

setMeta() 공개 메소드

public setMeta ( Meta $meta )
$meta WellCommerce\Bundle\AppBundle\Entity\Meta

setName() 공개 메소드

public setName ( $name )
$name

setShortDescription() 공개 메소드

public setShortDescription ( $shortDescription )
$shortDescription

프로퍼티 상세

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

protected string $description
리턴 string

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

protected Meta,WellCommerce\Bundle\AppBundle\Entity $meta
리턴 WellCommerce\Bundle\AppBundle\Entity\Meta

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

protected string $name
리턴 string

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

protected CategoryRoute,WellCommerce\Bundle\CategoryBundle\Entity $route
리턴 WellCommerce\Bundle\CategoryBundle\Entity\CategoryRoute

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

protected string $shortDescription
리턴 string