base
[ class tree: base ] [ index: base ] [ all elements ]

Class: Kimono_Service_Dummy

Source Location: /include/base.php

Class Overview


abstract class all services should inherit, this is what makes a Kimono_Service class and the actually service class talk to eachother.


Methods


Child classes:


Class Details

[line 720]
abstract class all services should inherit, this is what makes a Kimono_Service class and the actually service class talk to eachother.



[ Top ]


Class Methods


method Error [line 823]

void Error( mixed $error, [mixed $errorlevel = KIMONO_ERRORLEVEL_WARNING])

report error/warning



[ Top ]

method GetArgument [line 809]

void GetArgument( mixed $name)



[ Top ]

method Initiate [line 778]

void Initiate( Kimono_Service $service)

get hold of the service object



[ Top ]

method LastError [line 767]

void LastError( )

if there's a php error originating from the service file, return it



[ Top ]

method RequiredArguments [line 792]

void RequiredArguments( )

loop through argument list and see if they exist



[ Top ]

method RequiredExtension [line 728]

void RequiredExtension( mixed $extension)

check for loaded php extensions and report KIMONO_STATUS_MISSING_EXTENSION if not loaded



[ Top ]

method RequiredFile [line 742]

void RequiredFile( mixed $file)

check for file and report KIMONO_STATUS_MISSING_FILE if not found



[ Top ]

method Returns [line 831]

void Returns( mixed $status, [mixed $message = ''], [mixed $errorcode = 0])

return service results



[ Top ]

method RunService [line 783]

void RunService( )



[ Top ]


Documentation generated on Fri, 8 Apr 2005 18:27:47 +0200 by phpDocumentor 1.3.0RC3