PHP 클래스 WellCommerce\Component\Breadcrumb\Model\Breadcrumb

저자: Adam Piotrowski ([email protected])
상속: implements WellCommerce\Component\Breadcrumb\Model\BreadcrumbInterface
파일 보기 프로젝트 열기: wellcommerce/wellcommerce

공개 메소드들

메소드 설명
__construct ( array $options ) Constructor
getCssClass ( ) : string
getLabel ( ) : string
getUrl ( ) : string

비공개 메소드들

메소드 설명
configureOptions ( Symfony\Component\OptionsResolver\OptionsResolver $resolver )

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( array $options )
$options array Menu item options

getCssClass() 공개 메소드

public getCssClass ( ) : string
리턴 string

getLabel() 공개 메소드

public getLabel ( ) : string
리턴 string

getUrl() 공개 메소드

public getUrl ( ) : string
리턴 string