CategoryI18n
class CategoryI18n extends DataModel
Localized category properties. localeName, categoryId and a localized name must be set.
Properties
protected array | $fields | from DataModel | |
protected boolean | $isEncrypted | from DataModel | |
protected Identity | $categoryId | ||
protected string | $description | ||
protected string | $languageISO | ||
protected string | $metaDescription | ||
protected string | $metaKeywords | ||
protected string | $name | ||
protected string | $titleTag | ||
protected string | $urlPath |
Methods
__construct()
Constructor
setOptions(stdClass $object = null, array $options = null)
Sets Properties with matching Array Values
from DataModel
stdClass
getPublic(array $publics = array('fields', 'isEncrypted', 'identities', '_type'))
Convert the Model into stdClass Object
from DataModel
mixed:string|NULL
getField(boolean $toWawi = false, string $key)
Get a Model Member Name
from DataModel
setIdentity(string $propertyName, string|null $endpoint = null, int|null $host = null)
No description
from DataModel
getCategoryId()
No description
setDescription(string $description)
No description
string
getDescription()
No description
setLanguageISO(string $languageISO)
No description
string
getLanguageISO()
No description
setMetaDescription(string $metaDescription)
No description
string
getMetaDescription()
No description
setMetaKeywords(string $metaKeywords)
No description
string
getMetaKeywords()
No description
setName(string $name)
No description
string
getName()
No description
setTitleTag(string $titleTag)
No description
string
getTitleTag()
No description
setUrlPath(string $urlPath)
No description
string
getUrlPath()
No description
Details
at line 91
__construct()
Constructor
in Model at line 33
multitype:
getProperties()
Get the Model Properties
in DataModel at line 172
Model
setOptions(stdClass $object = null, array $options = null)
Sets Properties with matching Array Values
in DataModel at line 70
stdClass
getPublic(array $publics = array('fields', 'isEncrypted', 'identities', '_type'))
Convert the Model into stdClass Object
in Model at line 115
toJson()
in DataModel at line 35
mixed:string
getFields()
Fields Getter
in DataModel at line 45
validate()
Object Validation
in DataModel at line 59
mixed:string|NULL
getField(boolean $toWawi = false, string $key)
Get a Model Member Name
in DataModel at line 59
boolean
isEncrypted()
Encrypted Status