<?php namespace App\Komma\Kms\Core; abstract class AbstractAttributeBuilder { abstract function getAttribute(); abstract function buildAttribute(); }