Fakerino\Core\Database\DbInterface::insert PHP Method

insert() public method

Inserts row in $tableName.
public insert ( DbRowEntity $row ) : boolean
$row DbRowEntity
return boolean
    public function insert(DbRowEntity $row);