Skip to content

Commit babd1a5

Browse files
authored
Add PHPDocs to enable Facade autocomplete (#314)
1 parent 3209af3 commit babd1a5

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

  • src/Omniphx/Forrest/Providers/Laravel/Facades

src/Omniphx/Forrest/Providers/Laravel/Facades/Forrest.php

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,45 @@
44

55
use Illuminate\Support\Facades\Facade;
66

7+
/**
8+
* @method static authenticate()
9+
* @method static refresh()
10+
* @method static revoke()
11+
* @method static versions()
12+
* @method static resources()
13+
* @method static identity()
14+
* @method static getBaseUrl()
15+
* @method static getInstanceURL()
16+
* @method static get(string $resource)
17+
* @method static head(string $resource)
18+
* @method static delete(string $resource)
19+
* @method static query(string $query)
20+
* @method static post(string $resource, array $options = [])
21+
* @method static patch(string $resource, array $options = [])
22+
* @method static put(string $resource, array $options = [])
23+
* @method static custom(string $resource, array $options = [])
24+
* @method static sobjects(string $resource, array $options = [])
25+
* @method static chatter(string $resource, array $options = [])
26+
* @method static tabs(string $resource, array $options = [])
27+
* @method static appMenu(string $resource, array $options = [])
28+
* @method static quickActions(string $resource, array $options = [])
29+
* @method static commerce(string $resource, array $options = [])
30+
* @method static wave(string $resource, array $options = [])
31+
* @method static exchange-connect(string $resource, array $options = [])
32+
* @method static analytics(string $resource, array $options = [])
33+
* @method static composite(string $resource, array $options = [])
34+
* @method static theme(string $resource, array $options = [])
35+
* @method static nouns(string $resource, array $options = [])
36+
* @method static recent(string $resource, array $options = [])
37+
* @method static licensing(string $resource, array $options = [])
38+
* @method static async-queries(string $resource, array $options = [])
39+
* @method static emailConnect(string $resource, array $options = [])
40+
* @method static compactLayouts(string $resource, array $options = [])
41+
* @method static flexiPage(string $resource, array $options = [])
42+
* @method static knowledgeManagement(string $resource, array $options = [])
43+
* @method static actions(string $resource, array $options = [])
44+
* @method static support(string $resource, array $options = [])
45+
*/
746
class Forrest extends Facade
847
{
948
/**

0 commit comments

Comments
 (0)