Application cleanup
This commit is contained in:
@@ -13,10 +13,6 @@ abstract class StaticList {
|
||||
// Our Static Items List
|
||||
abstract protected function _table();
|
||||
|
||||
// To get an individual item from the table
|
||||
// @note This must be declared in the child class due to static scope
|
||||
//abstract public static function get($value);
|
||||
|
||||
// Due to static scope, sometimes we need to call this function from the child class.
|
||||
protected function _get($id) {
|
||||
$table = $this->_table();
|
||||
|
Reference in New Issue
Block a user