@@ -25,6 +25,10 @@ discard block |
||
25 | 25 | |
26 | 26 | private $value_properties = []; |
27 | 27 | |
28 | + /** |
|
29 | + * @param string $class |
|
30 | + * @param string $field |
|
31 | + */ |
|
28 | 32 | public function __construct($class, $field = null, $value = null) |
29 | 33 | { |
30 | 34 | parent::__construct($class); |
@@ -68,6 +72,9 @@ discard block |
||
68 | 72 | return true; |
69 | 73 | } |
70 | 74 | |
75 | + /** |
|
76 | + * @param string $property |
|
77 | + */ |
|
71 | 78 | protected function build_property_select($property) |
72 | 79 | { |
73 | 80 | $parsed = $this->parse_constraint_name($property); |