MetaModels\DcGeneral\Events\Table\AbstractAddAllHandler::createEmptyDataFor PHP Method

createEmptyDataFor() abstract protected method

Create an empty data set for inclusion into the database.
abstract protected createEmptyDataFor ( MetaModels\Attribute\IAttribute $attribute ) : array
$attribute MetaModels\Attribute\IAttribute The attribute to generate the data for.
return array
    protected abstract function createEmptyDataFor($attribute);