mini\Table\Contracts\TableInterface::hasProperty() Method

public abstract

Signature

public abstract function hasProperty(string $name): bool

Parameters

Name Type Default Description
$name string required Documentation missing

Returns

bool

Documentation

Check if a property exists (including null values)

Source

src/Table/Contracts/TableInterface.php:358