Alex\BehatLauncher\Frontend\TemplateLoader::getSources PHP Method

getSources() public method

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