Currently not used.
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:
![]()
|
1.5.6