7.5. Opt_Compiler_Class class
7.5.9. createFormat()
7.5.8. convert()
« Previous
7.5.10. escape()
Next »

7.5.9. createFormat()

ReferenceOpt_Compiler_Format createFormat(string $variable, string $formatDesc)

Creates the new format object from the specified format description $formatDesc. The $variable contains the variable name for debug purposes.

The $formatDesc must be a list of format names separated with slash / marking the decoration. For example, for Foo/Bar the method creates the Bar format object decorated with the Foo format object.

7.5.9. createFormat()
7.5. Opt_Compiler_Class class
« Previous
7.5.8. convert()
Next »
7.5.10. escape()