class General::GPartial
A unit of the GTemplate
. Returns a string based on an argument hash When GTemplate
is applied
Author: Anshul Kharbanda Created: 7 - 29 - 2016
Constants
- ARGUMENT
Regular expression that matches a single placeholder
- ARGUMENTS
Regular expression that matches placeholder arguments
- NAME
Regular expression that matches placeholder names
- OPERATION
Regular expression that matches placeholder operations
Attributes
name[R]
Get name
Public Class Methods
new(obj,dft={})
click to toggle source