ImageTemplateEngine.characterHandler ( resource,
characters 
) [protected]

Currently not used.

Parameters:
$resource XML parser resource (currently ignored)
$characters Characters to handle
Returns:
void
Todo:
Find something usefull with this!

Definition at line 207 of file class_ImageTemplateEngine.php.

References BaseFrameworkSystem.partialStub().

00207                                                                      {
00208                 // Trim all spaces away
00209                 $characters = trim($characters);
00210 
00211                 // Is this string empty?
00212                 if (empty($characters)) {
00213                         // Then skip it silently
00214                         return false;
00215                 } // END - if
00216 
00217                 // Unfinished work!
00218                 $this->partialStub("Handling extra characters is not yet supported!");
00219         }

Here is the call graph for this function:


Generated on Mon Dec 8 01:13:45 2008 for Ship-Simulator by  doxygen 1.5.6