Commit 186816e6 authored by Ad Schellevis's avatar Ad Schellevis

(mvc) stylefix, missing doc strings

parent 92bcb84d
...@@ -56,6 +56,8 @@ class IntegerField extends BaseField ...@@ -56,6 +56,8 @@ class IntegerField extends BaseField
/** /**
* constructor, set absolute min and max values * constructor, set absolute min and max values
* @param null|string $ref direct reference to this object
* @param null|string $tagname xml tagname to use
*/ */
public function __construct($ref = null, $tagname = null) public function __construct($ref = null, $tagname = null)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment