Alex\BehatLauncher\Frontend\TemplateLoader::getSources PHP Méthode

getSources() public méthode

Returns source for a given template.
public getSources ( ) : string
Résultat string a template source
    public function getSources()
    {
        $this->update();
        return array_map('file_get_contents', $this->files);
    }