<?php namespace FML\Script; /** * Interface representing a script feature * * @author steeffeen */ interface ScriptFeature { }