Module -> Resource

Dropping those dated naming conventions
This commit is contained in:
Josh Sherman 2014-09-25 20:57:05 -04:00
parent 94f46fc583
commit 69b14085b4

View file

@ -1,7 +1,7 @@
<?php <?php
/** /**
* Module Class File for PICKLES * Resource Class File for PICKLES
* *
* PHP version 5 * PHP version 5
* *
@ -16,7 +16,7 @@
*/ */
/** /**
* Module Class * Resource Class
* *
* This is a parent class that all PICKLES modules should be extending. Each * This is a parent class that all PICKLES modules should be extending. Each
* module can specify it's own meta data and whether or not a user must be * module can specify it's own meta data and whether or not a user must be
@ -25,7 +25,7 @@
* be JSON encoded. In the future this may need to be changed out for logic * be JSON encoded. In the future this may need to be changed out for logic
* that allows the requested module to specify what display type(s) it can use. * that allows the requested module to specify what display type(s) it can use.
*/ */
abstract class Module extends Object abstract class Resource extends Object
{ {
/** /**
* Secure * Secure