Skip to content

Commit 218ebd3

Browse files
committed
docs(upgrading): Script based adding of phpdoc references between lib/ code and src/V3/ code
1 parent 0cf79b1 commit 218ebd3

File tree

76 files changed

+625
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+625
-0
lines changed

lib/Horde/Form.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
/**
2525
* Horde_Form Master Class.
2626
*
27+
* @see \Horde\Form\V3\BaseForm PSR-4 equivalent in src/V3/
28+
*
2729
* @author Robert E. Coyle <robertecoyle@hotmail.com>
2830
* @author Chuck Hagenbuch <chuck@horde.org>
2931
* @category Horde

lib/Horde/Form/Action.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
* @copyright 2002-2017 Horde LLC
2424
* @license http://www.horde.org/licenses/lgpl21 LGPL
2525
* @package Form
26+
27+
*
28+
* @see Horde\Form\V3\BaseAction PSR-4 equivalent in src/V3/BaseAction.php
2629
*/
2730
class Horde_Form_Action
2831
{

lib/Horde/Form/Action/ConditionalEnable.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
* @copyright 2002-2017 Horde LLC
3535
* @license http://www.horde.org/licenses/lgpl21 LGPL
3636
* @package Form
37+
38+
*
39+
* @see Horde\Form\V3\ConditionalenableAction PSR-4 equivalent in src/V3/ConditionalenableAction.php
3740
*/
3841
class Horde_Form_Action_ConditionalEnable extends Horde_Form_Action
3942
{

lib/Horde/Form/Action/ConditionalSetValue.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
* @copyright 2002-2017 Horde LLC
2222
* @license http://www.horde.org/licenses/lgpl21 LGPL
2323
* @package Form
24+
25+
*
26+
* @see Horde\Form\V3\ConditionalsetvalueAction PSR-4 equivalent in src/V3/ConditionalsetvalueAction.php
2427
*/
2528
class Horde_Form_Action_ConditionalSetValue extends Horde_Form_Action
2629
{

lib/Horde/Form/Action/SumFields.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
* @copyright 2002-2017 Horde LLC
2525
* @license http://www.horde.org/licenses/lgpl21 LGPL
2626
* @package Form
27+
28+
*
29+
* @see Horde\Form\V3\SumfieldsAction PSR-4 equivalent in src/V3/SumfieldsAction.php
2730
*/
2831
class Horde_Form_Action_SumFields extends Horde_Form_Action
2932
{

lib/Horde/Form/Action/reload.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
* @copyright 2003-2017 Horde LLC
2323
* @license http://www.horde.org/licenses/lgpl21 LGPL
2424
* @package Form
25+
26+
*
27+
* @see Horde\Form\V3\ReloadAction PSR-4 equivalent in src/V3/ReloadAction.php
2528
*/
2629
class Horde_Form_Action_reload extends Horde_Form_Action
2730
{

lib/Horde/Form/Action/setcursorpos.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
* @copyright 2006-2017 Horde LLC
2424
* @license http://www.horde.org/licenses/lgpl21 LGPL
2525
* @package Form
26+
27+
*
28+
* @see Horde\Form\V3\SetcursorposAction PSR-4 equivalent in src/V3/SetcursorposAction.php
2629
*/
2730
class Horde_Form_Action_setcursorpos extends Horde_Form_Action
2831
{

lib/Horde/Form/Action/submit.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
* @copyright 2002-2017 Horde LLC
2323
* @license http://www.horde.org/licenses/lgpl21 LGPL
2424
* @package Form
25+
26+
*
27+
* @see Horde\Form\V3\SubmitAction PSR-4 equivalent in src/V3/SubmitAction.php
2528
*/
2629
class Horde_Form_Action_submit extends Horde_Form_Action
2730
{

lib/Horde/Form/Action/updatefield.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
* @copyright 2002-2017 Horde LLC
2222
* @license http://www.horde.org/licenses/lgpl21 LGPL
2323
* @package Form
24+
25+
*
26+
* @see Horde\Form\V3\UpdatefieldAction PSR-4 equivalent in src/V3/UpdatefieldAction.php
2427
*/
2528
class Horde_Form_Action_updatefield extends Horde_Form_Action
2629
{

lib/Horde/Form/Renderer.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
* The Horde_Form_Renderer class provides HTML and other renderings of
1818
* forms for the Horde_Form:: package.
1919
*
20+
* @see \Horde\Form\V3\BaseRenderer PSR-4 equivalent in src/V3/
21+
*
2022
* @author Robert E. Coyle <robertecoyle@hotmail.com>
2123
* @category Horde
2224
* @copyright 2001-2007 Robert E. Coyle

0 commit comments

Comments
 (0)