1: <?php 2: 3: /** 4: * Inherits everything from the base class 5: */ 6: class RESTian_Not_Applicable_Provider extends RESTian_Auth_Provider_Base { 7: } 8: