Browse Source

增加文档地址

xaboy 6 years ago
parent
commit
07a3c354ec
100 changed files with 99 additions and 0 deletions
  1. 1 0
      src/Contract/BootstrapInterface.php
  2. 1 0
      src/Contract/ColComponentInterface.php
  3. 1 0
      src/Contract/ConfigInterface.php
  4. 1 0
      src/Contract/CustomComponentInterface.php
  5. 1 0
      src/Contract/FormComponentInterface.php
  6. 1 0
      src/Contract/OptionComponentInterface.php
  7. 1 0
      src/Contract/StyleInterface.php
  8. 1 0
      src/Contract/ValidateInterface.php
  9. 1 0
      src/Driver/CustomComponent.php
  10. 1 0
      src/Driver/FormComponent.php
  11. 1 0
      src/Driver/FormOptionsComponent.php
  12. 1 0
      src/Exception/FormBuilderException.php
  13. 1 0
      src/Factory/Elm.php
  14. 1 0
      src/Factory/Iview.php
  15. 1 0
      src/Form.php
  16. 1 0
      src/Form/ElmForm.php
  17. 1 0
      src/Form/IviewForm.php
  18. 1 0
      src/FormHandle.php
  19. 1 0
      src/Handle/ElmFormHandle.php
  20. 1 0
      src/Handle/IviewFormHandle.php
  21. 1 0
      src/Response.php
  22. 1 0
      src/Rule/BaseRule.php
  23. 1 0
      src/Rule/CallPropsRule.php
  24. 1 0
      src/Rule/ChildrenRule.php
  25. 1 0
      src/Rule/EmitRule.php
  26. 1 0
      src/Rule/OptionsRule.php
  27. 1 0
      src/Rule/PropsRule.php
  28. 1 0
      src/Rule/ValidateRule.php
  29. 1 0
      src/UI/Elm/Bootstrap.php
  30. 1 0
      src/UI/Elm/Components/Button.php
  31. 1 0
      src/UI/Elm/Components/Cascader.php
  32. 1 0
      src/UI/Elm/Components/Checkbox.php
  33. 1 0
      src/UI/Elm/Components/ColorPicker.php
  34. 1 0
      src/UI/Elm/Components/DatePicker.php
  35. 1 0
      src/UI/Elm/Components/Frame.php
  36. 1 0
      src/UI/Elm/Components/Hidden.php
  37. 1 0
      src/UI/Elm/Components/Input.php
  38. 1 0
      src/UI/Elm/Components/InputNumber.php
  39. 1 0
      src/UI/Elm/Components/Option.php
  40. 1 0
      src/UI/Elm/Components/Popover.php
  41. 1 0
      src/UI/Elm/Components/Radio.php
  42. 1 0
      src/UI/Elm/Components/Rate.php
  43. 1 0
      src/UI/Elm/Components/Select.php
  44. 1 0
      src/UI/Elm/Components/Slider.php
  45. 1 0
      src/UI/Elm/Components/Switches.php
  46. 1 0
      src/UI/Elm/Components/TimePicker.php
  47. 1 0
      src/UI/Elm/Components/Tooltip.php
  48. 1 0
      src/UI/Elm/Components/Tree.php
  49. 1 0
      src/UI/Elm/Components/TreeData.php
  50. 1 0
      src/UI/Elm/Components/Upload.php
  51. 1 0
      src/UI/Elm/Config.php
  52. 1 0
      src/UI/Elm/Style/Col.php
  53. 1 0
      src/UI/Elm/Style/FormStyle.php
  54. 1 0
      src/UI/Elm/Style/Row.php
  55. 1 0
      src/UI/Elm/Traits/CascaderFactoryTrait.php
  56. 1 0
      src/UI/Elm/Traits/CheckBoxFactoryTrait.php
  57. 1 0
      src/UI/Elm/Traits/ColorPickerFactoryTrait.php
  58. 1 0
      src/UI/Elm/Traits/DatePickerFactoryTrait.php
  59. 1 0
      src/UI/Elm/Traits/FormStyleFactoryTrait.php
  60. 1 0
      src/UI/Elm/Traits/FrameFactoryTrait.php
  61. 1 0
      src/UI/Elm/Traits/HiddenFactoryTrait.php
  62. 1 0
      src/UI/Elm/Traits/InputFactoryTrait.php
  63. 1 0
      src/UI/Elm/Traits/InputNumberFactoryTrait.php
  64. 1 0
      src/UI/Elm/Traits/RadioFactoryTrait.php
  65. 1 0
      src/UI/Elm/Traits/RateFactoryTrait.php
  66. 1 0
      src/UI/Elm/Traits/SelectFactoryTrait.php
  67. 1 0
      src/UI/Elm/Traits/SliderFactoryTrait.php
  68. 1 0
      src/UI/Elm/Traits/SwitchesFactoryTrait.php
  69. 1 0
      src/UI/Elm/Traits/TimePickerFactoryTrait.php
  70. 1 0
      src/UI/Elm/Traits/TreeFactoryTrait.php
  71. 1 0
      src/UI/Elm/Traits/ValidateFactoryTrait.php
  72. 1 0
      src/UI/Elm/Validate.php
  73. 1 0
      src/UI/Iview/Bootstrap.php
  74. 1 0
      src/UI/Iview/Components/Button.php
  75. 1 0
      src/UI/Iview/Components/Cascader.php
  76. 1 0
      src/UI/Iview/Components/Checkbox.php
  77. 1 0
      src/UI/Iview/Components/ColorPicker.php
  78. 1 0
      src/UI/Iview/Components/DatePicker.php
  79. 1 0
      src/UI/Iview/Components/Frame.php
  80. 1 0
      src/UI/Iview/Components/Hidden.php
  81. 1 0
      src/UI/Iview/Components/Input.php
  82. 1 0
      src/UI/Iview/Components/InputNumber.php
  83. 1 0
      src/UI/Iview/Components/Option.php
  84. 1 0
      src/UI/Iview/Components/Poptip.php
  85. 1 0
      src/UI/Iview/Components/Radio.php
  86. 1 0
      src/UI/Iview/Components/Rate.php
  87. 1 0
      src/UI/Iview/Components/Select.php
  88. 1 0
      src/UI/Iview/Components/Slider.php
  89. 1 0
      src/UI/Iview/Components/Switches.php
  90. 1 0
      src/UI/Iview/Components/TimePicker.php
  91. 1 0
      src/UI/Iview/Components/Tooltip.php
  92. 1 0
      src/UI/Iview/Components/Tree.php
  93. 1 0
      src/UI/Iview/Components/TreeData.php
  94. 1 0
      src/UI/Iview/Components/Upload.php
  95. 1 0
      src/UI/Iview/Config.php
  96. 1 0
      src/UI/Iview/Style/Col.php
  97. 1 0
      src/UI/Iview/Style/FormStyle.php
  98. 1 0
      src/UI/Iview/Style/Row.php
  99. 1 0
      src/UI/Iview/Traits/CascaderFactoryTrait.php
  100. 0 0
      src/UI/Iview/Traits/CheckBoxFactoryTrait.php

+ 1 - 0
src/Contract/BootstrapInterface.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\Contract;

+ 1 - 0
src/Contract/ColComponentInterface.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\Contract;

+ 1 - 0
src/Contract/ConfigInterface.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\Contract;

+ 1 - 0
src/Contract/CustomComponentInterface.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\Contract;

+ 1 - 0
src/Contract/FormComponentInterface.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\Contract;

+ 1 - 0
src/Contract/OptionComponentInterface.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\Contract;

+ 1 - 0
src/Contract/StyleInterface.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\Contract;

+ 1 - 0
src/Contract/ValidateInterface.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\Contract;

+ 1 - 0
src/Driver/CustomComponent.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\Driver;

+ 1 - 0
src/Driver/FormComponent.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\Driver;

+ 1 - 0
src/Driver/FormOptionsComponent.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\Driver;

+ 1 - 0
src/Exception/FormBuilderException.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\Exception;

+ 1 - 0
src/Factory/Elm.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\Factory;

+ 1 - 0
src/Factory/Iview.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\Factory;

+ 1 - 0
src/Form.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder;

+ 1 - 0
src/Form/ElmForm.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\Form;

+ 1 - 0
src/Form/IviewForm.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\Form;

+ 1 - 0
src/FormHandle.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder;

+ 1 - 0
src/Handle/ElmFormHandle.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\Handle;

+ 1 - 0
src/Handle/IviewFormHandle.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\Handle;

+ 1 - 0
src/Response.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder;

+ 1 - 0
src/Rule/BaseRule.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\Rule;

+ 1 - 0
src/Rule/CallPropsRule.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\Rule;

+ 1 - 0
src/Rule/ChildrenRule.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\Rule;

+ 1 - 0
src/Rule/EmitRule.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\Rule;

+ 1 - 0
src/Rule/OptionsRule.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\Rule;

+ 1 - 0
src/Rule/PropsRule.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\Rule;

+ 1 - 0
src/Rule/ValidateRule.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\Rule;

+ 1 - 0
src/UI/Elm/Bootstrap.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm;

+ 1 - 0
src/UI/Elm/Components/Button.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm\Components;

+ 1 - 0
src/UI/Elm/Components/Cascader.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm\Components;

+ 1 - 0
src/UI/Elm/Components/Checkbox.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm\Components;

+ 1 - 0
src/UI/Elm/Components/ColorPicker.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm\Components;

+ 1 - 0
src/UI/Elm/Components/DatePicker.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm\Components;

+ 1 - 0
src/UI/Elm/Components/Frame.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm\Components;

+ 1 - 0
src/UI/Elm/Components/Hidden.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm\Components;

+ 1 - 0
src/UI/Elm/Components/Input.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm\Components;

+ 1 - 0
src/UI/Elm/Components/InputNumber.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm\Components;

+ 1 - 0
src/UI/Elm/Components/Option.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm\Components;

+ 1 - 0
src/UI/Elm/Components/Popover.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm\Components;

+ 1 - 0
src/UI/Elm/Components/Radio.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm\Components;

+ 1 - 0
src/UI/Elm/Components/Rate.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm\Components;

+ 1 - 0
src/UI/Elm/Components/Select.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm\Components;

+ 1 - 0
src/UI/Elm/Components/Slider.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm\Components;

+ 1 - 0
src/UI/Elm/Components/Switches.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm\Components;

+ 1 - 0
src/UI/Elm/Components/TimePicker.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm\Components;

+ 1 - 0
src/UI/Elm/Components/Tooltip.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm\Components;

+ 1 - 0
src/UI/Elm/Components/Tree.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm\Components;

+ 1 - 0
src/UI/Elm/Components/TreeData.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm\Components;

+ 1 - 0
src/UI/Elm/Components/Upload.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm\Components;

+ 1 - 0
src/UI/Elm/Config.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm;

+ 1 - 0
src/UI/Elm/Style/Col.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm\Style;

+ 1 - 0
src/UI/Elm/Style/FormStyle.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm\Style;

+ 1 - 0
src/UI/Elm/Style/Row.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm\Style;

+ 1 - 0
src/UI/Elm/Traits/CascaderFactoryTrait.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm\Traits;

+ 1 - 0
src/UI/Elm/Traits/CheckBoxFactoryTrait.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm\Traits;

+ 1 - 0
src/UI/Elm/Traits/ColorPickerFactoryTrait.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm\Traits;

+ 1 - 0
src/UI/Elm/Traits/DatePickerFactoryTrait.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm\Traits;

+ 1 - 0
src/UI/Elm/Traits/FormStyleFactoryTrait.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm\Traits;

+ 1 - 0
src/UI/Elm/Traits/FrameFactoryTrait.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm\Traits;

+ 1 - 0
src/UI/Elm/Traits/HiddenFactoryTrait.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm\Traits;

+ 1 - 0
src/UI/Elm/Traits/InputFactoryTrait.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm\Traits;

+ 1 - 0
src/UI/Elm/Traits/InputNumberFactoryTrait.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm\Traits;

+ 1 - 0
src/UI/Elm/Traits/RadioFactoryTrait.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm\Traits;

+ 1 - 0
src/UI/Elm/Traits/RateFactoryTrait.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm\Traits;

+ 1 - 0
src/UI/Elm/Traits/SelectFactoryTrait.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm\Traits;

+ 1 - 0
src/UI/Elm/Traits/SliderFactoryTrait.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm\Traits;

+ 1 - 0
src/UI/Elm/Traits/SwitchesFactoryTrait.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm\Traits;

+ 1 - 0
src/UI/Elm/Traits/TimePickerFactoryTrait.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm\Traits;

+ 1 - 0
src/UI/Elm/Traits/TreeFactoryTrait.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm\Traits;

+ 1 - 0
src/UI/Elm/Traits/ValidateFactoryTrait.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm\Traits;

+ 1 - 0
src/UI/Elm/Validate.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Elm;

+ 1 - 0
src/UI/Iview/Bootstrap.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Iview;

+ 1 - 0
src/UI/Iview/Components/Button.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Iview\Components;

+ 1 - 0
src/UI/Iview/Components/Cascader.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Iview\Components;

+ 1 - 0
src/UI/Iview/Components/Checkbox.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Iview\Components;

+ 1 - 0
src/UI/Iview/Components/ColorPicker.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Iview\Components;

+ 1 - 0
src/UI/Iview/Components/DatePicker.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Iview\Components;

+ 1 - 0
src/UI/Iview/Components/Frame.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Iview\Components;

+ 1 - 0
src/UI/Iview/Components/Hidden.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Iview\Components;

+ 1 - 0
src/UI/Iview/Components/Input.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Iview\Components;

+ 1 - 0
src/UI/Iview/Components/InputNumber.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Iview\Components;

+ 1 - 0
src/UI/Iview/Components/Option.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Iview\Components;

+ 1 - 0
src/UI/Iview/Components/Poptip.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Iview\Components;

+ 1 - 0
src/UI/Iview/Components/Radio.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Iview\Components;

+ 1 - 0
src/UI/Iview/Components/Rate.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Iview\Components;

+ 1 - 0
src/UI/Iview/Components/Select.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Iview\Components;

+ 1 - 0
src/UI/Iview/Components/Slider.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Iview\Components;

+ 1 - 0
src/UI/Iview/Components/Switches.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Iview\Components;

+ 1 - 0
src/UI/Iview/Components/TimePicker.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Iview\Components;

+ 1 - 0
src/UI/Iview/Components/Tooltip.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Iview\Components;

+ 1 - 0
src/UI/Iview/Components/Tree.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Iview\Components;

+ 1 - 0
src/UI/Iview/Components/TreeData.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Iview\Components;

+ 1 - 0
src/UI/Iview/Components/Upload.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Iview\Components;

+ 1 - 0
src/UI/Iview/Config.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Iview;

+ 1 - 0
src/UI/Iview/Style/Col.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Iview\Style;

+ 1 - 0
src/UI/Iview/Style/FormStyle.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Iview\Style;

+ 1 - 0
src/UI/Iview/Style/Row.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Iview\Style;

+ 1 - 0
src/UI/Iview/Traits/CascaderFactoryTrait.php

@@ -7,6 +7,7 @@
  * @version  2.0
  * @license  MIT
  * @link     https://github.com/xaboy/form-builder
+ * @document http://php.form-create.com
  */
 
 namespace FormBuilder\UI\Iview\Traits;

+ 0 - 0
src/UI/Iview/Traits/CheckBoxFactoryTrait.php


Some files were not shown because too many files changed in this diff