CategoryKeywordDto
in package
Class CategoryKeywordDto
Table of Contents
- TRAILING_SLASH_PATTERN = '#/$#'
- $category : string
- $languageId : int
- __construct() : mixed
- CategoryKeywordDto constructor.
- category() : string
- languageId() : int
Constants
TRAILING_SLASH_PATTERN
protected
mixed
TRAILING_SLASH_PATTERN
= '#/$#'
Properties
$category
protected
string
$category
$languageId
protected
int
$languageId
Methods
__construct()
CategoryKeywordDto constructor.
public
__construct(string $category, int $languageId) : mixed
Parameters
- $category : string
- $languageId : int
Return values
mixed —category()
public
category() : string
Return values
string —languageId()
public
languageId() : int