Columns
Read onlyYes
FinalYes
Methods
- __construct() : mixed
- all() : array<string|int, string>
- has() : bool
- map() : array<string|int, ReturnType>
- prefix() : self
- suffix() : self
- without() : self
Methods
__construct()
public
__construct(string ...$columns) : mixed
Parameters
- $columns : string
all()
public
all() : array<string|int, string>
Return values
array<string|int, string>has()
public
has(string ...$columnNames) : bool
Parameters
- $columnNames : string
Return values
boolmap()
public
map(callable(string): ReturnType $callable) : array<string|int, ReturnType>
Parameters
- $callable : callable(string): ReturnType
Tags
Return values
array<string|int, ReturnType>prefix()
public
prefix(string $prefix) : self
Parameters
- $prefix : string
Return values
selfsuffix()
public
suffix(string $suffix) : self
Parameters
- $suffix : string
Return values
selfwithout()
public
without(string ...$columnNames) : self
Parameters
- $columnNames : string