mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Documentation for MoneyField
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@113691 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
4215b2f434
commit
7700b223a3
@ -1,5 +1,9 @@
|
||||
<?php
|
||||
/**
|
||||
* A form field that can save into a {@link Money} database field.
|
||||
* See {@link CurrencyField} for a similiar implementation
|
||||
* that can save into a single float database field without indicating the currency.
|
||||
*
|
||||
* @author Ingo Schommer, SilverStripe Ltd. (<firstname>@silverstripe.com)
|
||||
*
|
||||
* @package sapphire
|
||||
|
Loading…
Reference in New Issue
Block a user