@@ -82,6 +82,9 @@ |
||
82 | 82 | return implode( ',', $values ); |
83 | 83 | } |
84 | 84 | |
85 | + /** |
|
86 | + * @param string $property |
|
87 | + */ |
|
85 | 88 | private function fetchContentForProperty( $property, array &$values ) { |
86 | 89 | |
87 | 90 | if ( is_callable( $property ) ) { |