Bluz\Crud\AbstractCrud::updateOne PHP Method

updateOne() public method

Update item
public updateOne ( mixed $primary, array $data ) : integer
$primary mixed
$data array
return integer
    public function updateOne($primary, $data)
    {
        throw new NotImplementedException();
    }