bueltge/wp-rest-api-filter-items

View on GitHub
lib/Requisite/AutoLoaderInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Requisite;

interface AutoLoaderInterface {

    /**
     * @param Rule\AutoLoadRuleInterface $rule
     * @return void
     */
    public function addRule( Rule\AutoLoadRuleInterface $rule );
}