master
<?php namespace luya\admin\ngrest; /** * Ngrest Config Builder Interface * * @author Basil Suter <basil@nadar.io> * @since 1.0.0 */ interface ConfigBuilderInterface { public function getConfig(); }