Source of file PlaceholderGroupInterface.php

Size: 0,172 Bytes - Last Modified: 2019-06-27T09:09:04+00:00

/home/vagrant/www/document-templates/src/TemplateDataSources/PlaceholderGroupInterface.php

1234567891011
<?php


namespace BWF\DocumentTemplates\TemplateDataSources;


interface PlaceholderGroupInterface
{
    public function getName();
    public function getPlaceholders();
}