1: <?php
2:
3: namespace PHPixie\DefaultBundle\Processor\HTTP;
4:
5: use \PHPixie\HTTPProcessors\Processor\Dispatcher\Builder\Attribute;
6:
7: /**
8: * Shortcut to the base attribute builder processor
9: */
10: abstract class Builder extends Attribute
11: {
12:
13: }