Alex\BehatLauncher\Frontend\TemplateLoader::getSources PHP Метод

getSources() публичный Метод

Returns source for a given template.
public getSources ( ) : string
Результат string a template source
    public function getSources()
    {
        $this->update();
        return array_map('file_get_contents', $this->files);
    }