Skip to content

Commit

Permalink
Add modifyField to Builder intellisense
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderdw committed Jul 30, 2024
1 parent 4771016 commit 2aacdc2
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
* @method Builder endFlexibleContent()
* @method Builder endGroup()
* @method Builder endRepeater()
* @method Builder modifyField(string $name, array|\Closure $modify)
* @method ChoiceFieldBuilder addButtonGroup(string $name, array $args = [])
* @method ChoiceFieldBuilder addCheckbox(string $name, array $args = [])
* @method ChoiceFieldBuilder addChoiceField(string $name, string $type, array $args = [])
Expand Down
1 change: 1 addition & 0 deletions src/Builder/AccordionBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* @method \Log1x\AcfComposer\Builder endFlexibleContent()
* @method \Log1x\AcfComposer\Builder endGroup()
* @method \Log1x\AcfComposer\Builder endRepeater()
* @method \Log1x\AcfComposer\Builder modifyField(string $name, array|\Closure $modify)
* @method ChoiceFieldBuilder addButtonGroup(string $name, array $args = [])
* @method ChoiceFieldBuilder addCheckbox(string $name, array $args = [])
* @method ChoiceFieldBuilder addChoiceField(string $name, string $type, array $args = [])
Expand Down
1 change: 1 addition & 0 deletions src/Builder/ChoiceFieldBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* @method Builder endFlexibleContent()
* @method Builder endGroup()
* @method Builder endRepeater()
* @method Builder modifyField(string $name, array|\Closure $modify)
* @method ChoiceFieldBuilder addButtonGroup(string $name, array $args = [])
* @method ChoiceFieldBuilder addCheckbox(string $name, array $args = [])
* @method ChoiceFieldBuilder addChoiceField(string $name, string $type, array $args = [])
Expand Down
1 change: 1 addition & 0 deletions src/Builder/FieldBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* @method Builder endFlexibleContent()
* @method Builder endGroup()
* @method Builder endRepeater()
* @method Builder modifyField(string $name, array|\Closure $modify)
* @method ChoiceFieldBuilder addButtonGroup(string $name, array $args = [])
* @method ChoiceFieldBuilder addCheckbox(string $name, array $args = [])
* @method ChoiceFieldBuilder addChoiceField(string $name, string $type, array $args = [])
Expand Down
1 change: 1 addition & 0 deletions src/Builder/FlexibleContentBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* @method Builder endFlexibleContent()
* @method Builder endGroup()
* @method Builder endRepeater()
* @method Builder modifyField(string $name, array|\Closure $modify)
* @method ChoiceFieldBuilder addButtonGroup(string $name, array $args = [])
* @method ChoiceFieldBuilder addCheckbox(string $name, array $args = [])
* @method ChoiceFieldBuilder addChoiceField(string $name, string $type, array $args = [])
Expand Down
1 change: 1 addition & 0 deletions src/Builder/GroupBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* @method Builder endFlexibleContent()
* @method Builder endGroup()
* @method Builder endRepeater()
* @method Builder modifyField(string $name, array|\Closure $modify)
* @method ChoiceFieldBuilder addButtonGroup(string $name, array $args = [])
* @method ChoiceFieldBuilder addCheckbox(string $name, array $args = [])
* @method ChoiceFieldBuilder addChoiceField(string $name, string $type, array $args = [])
Expand Down
1 change: 1 addition & 0 deletions src/Builder/RepeaterBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* @method Builder endFlexibleContent()
* @method Builder endGroup()
* @method Builder endRepeater()
* @method Builder modifyField(string $name, array|\Closure $modify)
* @method ChoiceFieldBuilder addButtonGroup(string $name, array $args = [])
* @method ChoiceFieldBuilder addCheckbox(string $name, array $args = [])
* @method ChoiceFieldBuilder addChoiceField(string $name, string $type, array $args = [])
Expand Down
1 change: 1 addition & 0 deletions src/Builder/TabBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* @method \Log1x\AcfComposer\Builder endFlexibleContent()
* @method \Log1x\AcfComposer\Builder endGroup()
* @method \Log1x\AcfComposer\Builder endRepeater()
* @method \Log1x\AcfComposer\Builder modifyField(string $name, array|\Closure $modify)
* @method ChoiceFieldBuilder addButtonGroup(string $name, array $args = [])
* @method ChoiceFieldBuilder addCheckbox(string $name, array $args = [])
* @method ChoiceFieldBuilder addChoiceField(string $name, string $type, array $args = [])
Expand Down

0 comments on commit 2aacdc2

Please sign in to comment.