mini\Table\CSVTable::withProperty() Method

public

Signature

public function withProperty(string $name, mixed $value): static

Parameters

Name Type Default Description
$name string required Documentation missing
$value mixed required Documentation missing

Returns

static

Documentation

Return table with property set

Properties can be set to null explicitly. Use hasProperty() to distinguish between "not set" and "set to null".

Inherited From

mini\Table\AbstractTable

Source

src/Table/Utility/TablePropertiesTrait.php:49-59