Permalink
Please
sign in to comment.
Browse files
Add support for Fieldtypes to specify that a Field should use a custo…
…m class that extends the Field class, rather than always using the "Field" class.
- Loading branch information
Showing
with
112 additions
and 17 deletions.
@@ -0,0 +1,5 @@ | ||
<?php namespace ProcessWire; | ||
class RepeaterField extends Field { | ||
// example of custom class for Field object (not yet put to use in this case) | ||
} |
0 comments on commit
bbddcf1