Skip to content

Commit 545f716

Browse files
axlonoscarotero
authored andcommitted
Added VueJS extractor method docblocks (#191)
1 parent 854ff5f commit 545f716

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/Translations.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@
7474
* @method static $this fromTwigString(string $string, array $options = [])
7575
* @method $this addFromTwigFile(string $filename, array $options = [])
7676
* @method $this addFromTwigString(string $string, array $options = [])
77+
* @method static $this fromVueJsFile(string $filename, array $options = [])
78+
* @method static $this fromVueJsString(string $filename, array $options = [])
79+
* @method $this addFromVueJsFile(string $filename, array $options = [])
80+
* @method $this addFromVueJsString(string $filename, array $options = [])
7781
* @method static $this fromXliffFile(string $filename, array $options = [])
7882
* @method static $this fromXliffString(string $string, array $options = [])
7983
* @method $this addFromXliffFile(string $filename, array $options = [])

0 commit comments

Comments
 (0)