BuilderInterface
- Full name:
\Zemit\Support\Exposer\BuilderInterface
Methods
getValue
public getValue(): mixed
setValue
public setValue(mixed $value = null): void
Parameters:
Parameter | Type | Description |
---|---|---|
$value | mixed |
getParent
public getParent(): mixed
setParent
public setParent(mixed $parent = null): void
Parameters:
Parameter | Type | Description |
---|---|---|
$parent | mixed |
getColumns
public getColumns(): ?array
setColumns
public setColumns(?array $columns = null): void
Parameters:
Parameter | Type | Description |
---|---|---|
$columns | ?array |
getField
public getField(): ?string
setField
public setField(?string $field = null): void
Parameters:
Parameter | Type | Description |
---|---|---|
$field | ?string |
getKey
public getKey(): ?string
setKey
public setKey(?string $key = null): void
Parameters:
Parameter | Type | Description |
---|---|---|
$key | ?string |
getContextKey
public getContextKey(): ?string
setContextKey
public setContextKey(?string $contextKey = null): void
Parameters:
Parameter | Type | Description |
---|---|---|
$contextKey | ?string |
getExpose
public getExpose(): bool
setExpose
public setExpose(bool $expose): void
Parameters:
Parameter | Type | Description |
---|---|---|
$expose | bool |
getProtected
public getProtected(): bool
setProtected
public setProtected(bool $protected): void
Parameters:
Parameter | Type | Description |
---|---|---|
$protected | bool |
getFullKey
public getFullKey(): ?string