Skip to content

Commit

Permalink
🏷️ Add missing methods
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Aug 25, 2023
1 parent 54547bc commit e34303f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/Facade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/**
* @method static string closeTag()
* @method static void component(string $class, string $alias = null, bool $anonymous = false)
* @method static \Sikessem\UI\IsComponentConfig componentConfig(string $component, mixed $default = [])
* @method static string compress(string $contents)
* @method static mixed config(string $key, mixed $default)
* @method static array|null find(string $name)
Expand All @@ -15,8 +16,12 @@
* @method static bool isOrphan(string $tag)
* @method static bool isPaired(string $tag)
* @method static string getAlias(string $class, string $namespace = null)
* @method static string getComponentTag(string $component, string $default = '')
* @method static array getComponentAttributes(string $component, array $default = [])
* @method static string getComponentContents(string $component, string $default = '')
* @method static array getComponentVariants(string $component, array $default)
* @method static string make(string $name, array|\Illuminate\View\ComponentAttributeBag $attributes = [], string|\Illuminate\View\ComponentSlot $slot = null)
* @method static \Sikessem\UI\ComponentTag makeComponentTag(string $component, array|\Illuminate\View\ComponentAttributeBag $attributes = [], string|\Illuminate\View\ComponentSlot $contents = null)
* @method static \Sikessem\UI\Contracts\IsComponentTag makeComponentTag(string $component, array|\Illuminate\View\ComponentAttributeBag $attributes = [], string|\Illuminate\View\ComponentSlot $contents = null)
* @method static \Illuminate\View\ComponentSlot makeComponentSlot(string $component, array|\Illuminate\View\ComponentAttributeBag $attributes = [], string|\Illuminate\View\ComponentSlot $contents = null)
* @method static \Illuminate\View\ComponentAttributeBag makeComponentAttributes(string $component, array|\Illuminate\View\ComponentAttributeBag $attributes = [])
* @method static string prefix()
Expand Down

0 comments on commit e34303f

Please sign in to comment.