File tree Expand file tree Collapse file tree 5 files changed +60
-0
lines changed
version-4.1/apis/core/dml
version-4.3/apis/core/dml
version-4.4/apis/core/dml
version-4.5/apis/core/dml Expand file tree Collapse file tree 5 files changed +60
-0
lines changed Original file line number Diff line number Diff line change @@ -368,6 +368,18 @@ public function get_field_sql(
368
368
369
369
## Getting field values from multiple records
370
370
371
+ ### get_fieldset
372
+
373
+ Return values of the given field from a table record as an array where all the given conditions are met.
374
+
375
+ ``` php
376
+ public function get_fieldset(
377
+ string $table,
378
+ string $return,
379
+ ?array $conditions = null
380
+ );
381
+ ```
382
+
371
383
### get_fieldset_select
372
384
373
385
Return values of the given field as an array where the given conditions are used in the WHERE clause.
Original file line number Diff line number Diff line change @@ -368,6 +368,18 @@ public function get_field_sql(
368
368
369
369
## Getting field values from multiple records
370
370
371
+ ### get_fieldset
372
+
373
+ Return values of the given field from a table record as an array where all the given conditions are met.
374
+
375
+ ``` php
376
+ public function get_fieldset(
377
+ string $table,
378
+ string $return,
379
+ ?array $conditions = null
380
+ );
381
+ ```
382
+
371
383
### get_fieldset_select
372
384
373
385
Return values of the given field as an array where the given conditions are used in the WHERE clause.
Original file line number Diff line number Diff line change @@ -368,6 +368,18 @@ public function get_field_sql(
368
368
369
369
## Getting field values from multiple records
370
370
371
+ ### get_fieldset
372
+
373
+ Return values of the given field from a table record as an array where all the given conditions are met.
374
+
375
+ ``` php
376
+ public function get_fieldset(
377
+ string $table,
378
+ string $return,
379
+ ?array $conditions = null
380
+ );
381
+ ```
382
+
371
383
### get_fieldset_select
372
384
373
385
Return values of the given field as an array where the given conditions are used in the WHERE clause.
Original file line number Diff line number Diff line change @@ -368,6 +368,18 @@ public function get_field_sql(
368
368
369
369
## Getting field values from multiple records
370
370
371
+ ### get_fieldset
372
+
373
+ Return values of the given field from a table record as an array where all the given conditions are met.
374
+
375
+ ``` php
376
+ public function get_fieldset(
377
+ string $table,
378
+ string $return,
379
+ ?array $conditions = null
380
+ );
381
+ ```
382
+
371
383
### get_fieldset_select
372
384
373
385
Return values of the given field as an array where the given conditions are used in the WHERE clause.
Original file line number Diff line number Diff line change @@ -368,6 +368,18 @@ public function get_field_sql(
368
368
369
369
## Getting field values from multiple records
370
370
371
+ ### get_fieldset
372
+
373
+ Return values of the given field from a table record as an array where all the given conditions are met.
374
+
375
+ ``` php
376
+ public function get_fieldset(
377
+ string $table,
378
+ string $return,
379
+ ?array $conditions = null
380
+ );
381
+ ```
382
+
371
383
### get_fieldset_select
372
384
373
385
Return values of the given field as an array where the given conditions are used in the WHERE clause.
You can’t perform that action at this time.
0 commit comments