Skip to content

Commit

Permalink
Docblock fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart van Gennep committed Nov 3, 2015
1 parent b1d581e commit 24a0672
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 5 deletions.
10 changes: 9 additions & 1 deletion models/Schematic_FieldFactoryModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@
namespace Craft;

/**
* Class Schematic_FieldFactoryModel
* Schematic Field Factory Model.
*
* Provides a schematic field model for mapping data
*
* @author Nerds & Company
* @copyright Copyright (c) 2015, Nerds & Company
* @license MIT
*
* @link http://www.nerds.company
*/
class Schematic_FieldFactoryModel
{
Expand Down
10 changes: 9 additions & 1 deletion models/Schematic_FieldModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@
namespace Craft;

/**
* Class Schematic_FieldModel
* Schematic Field Model.
*
* A schematic field model for mapping data
*
* @author Nerds & Company
* @copyright Copyright (c) 2015, Nerds & Company
* @license MIT
*
* @link http://www.nerds.company
*/
class Schematic_FieldModel
{
Expand Down
10 changes: 9 additions & 1 deletion models/Schematic_MatrixFieldModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@
namespace Craft;

/**
* Class Schematic_MatrixFieldModel
* Schematic Matrix Field Model.
*
* A schematic field model for mapping matrix data
*
* @author Nerds & Company
* @copyright Copyright (c) 2015, Nerds & Company
* @license MIT
*
* @link http://www.nerds.company
*/
class Schematic_MatrixFieldModel extends Schematic_FieldModel
{
Expand Down
10 changes: 9 additions & 1 deletion models/Schematic_PositionSelectFieldModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@
namespace Craft;

/**
* Class Schematic_MatrixFieldModel
* Schematic Position Select Field Model.
*
* A schematic field model for mapping position select data
*
* @author Nerds & Company
* @copyright Copyright (c) 2015, Nerds & Company
* @license MIT
*
* @link http://www.nerds.company
*/
class Schematic_PositionSelectFieldModel extends Schematic_FieldModel
{
Expand Down
10 changes: 9 additions & 1 deletion models/Schematic_SuperTableFieldModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@
namespace Craft;

/**
* Class Schematic_SuperTableFieldModel
* Schematic Super Table Field Model.
*
* A schematic field model for mapping super table data
*
* @author Nerds & Company
* @copyright Copyright (c) 2015, Nerds & Company
* @license MIT
*
* @link http://www.nerds.company
*/
class Schematic_SuperTableFieldModel extends Schematic_MatrixFieldModel
{
Expand Down

0 comments on commit 24a0672

Please sign in to comment.