includes/cbt/CBTCompiler.php File Reference

Go to the source code of this file.

Classes

class  CBTOp
class  CBTCompiler

Enumerations

enum  CBT_PUSH
 This file contains functions to convert callback templates to other languages. More...
enum  CBT_CAT
 Pop, concatenate argument, push Argument 1: value. More...
enum  CBT_CATS
 Concatenate where the argument is on the stack, instead of immediate. More...
enum  CBT_CALL
 Call a function, push the return value onto the stack and put it in the cache Argument 1: argument count. More...
enum  CBT_HX
 Pop, htmlspecialchars, push. More...


Enumeration Type Documentation

enum CBT_CALL

Call a function, push the return value onto the stack and put it in the cache Argument 1: argument count.

The arguments to the function are on the stack

Definition at line 35 of file CBTCompiler.php.

enum CBT_CAT

Pop, concatenate argument, push Argument 1: value.

Definition at line 22 of file CBTCompiler.php.

enum CBT_CATS

Concatenate where the argument is on the stack, instead of immediate.

Definition at line 27 of file CBTCompiler.php.

enum CBT_HX

Pop, htmlspecialchars, push.

Definition at line 40 of file CBTCompiler.php.

enum CBT_PUSH

This file contains functions to convert callback templates to other languages.

The template should first be pre-processed with CBTProcessor to remove static sections. Push a value onto the stack Argument 1: value

Definition at line 16 of file CBTCompiler.php.


Generated on Sat Sep 5 02:08:04 2009 for MediaWiki by  doxygen 1.5.9