Abstract lnApp classes

This commit is contained in:
Deon George
2012-07-12 16:38:09 +10:00
parent 0a211b4677
commit 8100fa2540
11 changed files with 11 additions and 11 deletions

View File

@@ -10,7 +10,7 @@
* @copyright (c) 2010 Deon George
* @license http://dev.leenooks.net/license.html
*/
class lnApp_Breadcrumb extends HTMLRender {
abstract class lnApp_Breadcrumb extends HTMLRender {
protected static $_data = array();
protected static $_spacer = ' » ';
protected static $_required_keys = array('body');