From 49b6852321d4a3aeb0950488817efc4eb31f4045 Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 26 Aug 2019 20:29:42 +0300 Subject: [PATCH] feat(core): refactor Forms fields #218 #186 --- flextype/core/Forms.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/flextype/core/Forms.php b/flextype/core/Forms.php index 17af0ef8..d60d60f6 100644 --- a/flextype/core/Forms.php +++ b/flextype/core/Forms.php @@ -24,9 +24,18 @@ class Forms { /** * Flextype Dependency Container + * + * @var + * @access private */ private $flextype; + /** + * Sizes + * + * @var array + * @access private + */ private $sizes = [ '1/12' => 'col-1', '2/12' => 'col-2',