add "abstract" keyword for API base classes + PwgRestRequestHandler inherits from PwgRequestHandler

git-svn-id: http://piwigo.org/svn/trunk@25025 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100
2013-10-20 09:37:45 +00:00
parent 4926fced5e
commit 3e9c75d2bb
2 changed files with 6 additions and 6 deletions

View File

@@ -21,7 +21,7 @@
// | USA. |
// +-----------------------------------------------------------------------+
class PwgRestRequestHandler
class PwgRestRequestHandler extends PwgRequestHandler
{
function handleRequest(&$service)
{