PurposeBuilderInterface
in
Interface PurposeBuilderInterface
Table of Contents
- build() : PurposeInterface
- withAlias() : PurposeBuilderInterface
- withCategory() : PurposeBuilderInterface
- withCategoryId() : PurposeBuilderInterface
- withDeletable() : PurposeBuilderInterface
- withDescriptions() : PurposeBuilderInterface
- withId() : PurposeBuilderInterface
- withNames() : PurposeBuilderInterface
- withStatus() : PurposeBuilderInterface
Methods
build()
public
build() : PurposeInterface
Tags
Return values
PurposeInterface —withAlias()
public
withAlias([string $alias = null ]) : PurposeBuilderInterface
Parameters
- $alias : string = null
Return values
PurposeBuilderInterface —withCategory()
public
withCategory(CategoryInterface $category) : PurposeBuilderInterface
Parameters
- $category : CategoryInterface
Return values
PurposeBuilderInterface —withCategoryId()
public
withCategoryId(int $categoryId, LanguageCode $languageCode) : PurposeBuilderInterface
Parameters
- $categoryId : int
- $languageCode : LanguageCode
Return values
PurposeBuilderInterface —withDeletable()
public
withDeletable(bool $deletable) : PurposeBuilderInterface
Parameters
- $deletable : bool
Return values
PurposeBuilderInterface —withDescriptions()
public
withDescriptions(array<string|int, mixed> $descriptions) : PurposeBuilderInterface
Parameters
- $descriptions : array<string|int, mixed>
Return values
PurposeBuilderInterface —withId()
public
withId(int $id) : PurposeBuilderInterface
Parameters
- $id : int
Return values
PurposeBuilderInterface —withNames()
public
withNames(array<string|int, mixed> $names) : PurposeBuilderInterface
Parameters
- $names : array<string|int, mixed>
Return values
PurposeBuilderInterface —withStatus()
public
withStatus(bool $status) : PurposeBuilderInterface
Parameters
- $status : bool