Jarves\Translation\Utils::extractFile PHP Method

extractFile() public method

extracts the calls of the translation methods
public extractFile ( $file )
    public function extractFile($file)
    {
        $content = file_get_contents($file);
        return $this->extractTranslations($content);
    }