StackFormation\PrefixedTemplate::__construct PHP Метод

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

PrefixedTemplate constructor.
public __construct ( string $prefix, string $filePath, Preprocessor $preprocessor = null )
$prefix string
$filePath string
$preprocessor Preprocessor
    public function __construct($prefix, $filePath, Preprocessor $preprocessor = null)
    {
        parent::__construct($filePath, $preprocessor);
        $this->prefix = trim($prefix);
    }