Property | Type | Description | |
---|---|---|---|
$textile | Netcarver\Textile\Parser | Reference to processor class |
Method | Description | |
---|---|---|
__construct ( array $options = [] ) : void | Processor can be setup at initialization time | |
render ( string $tpl, array $vars = [] ) : string | Parse the incoming template |
public __construct ( array $options = [] ) : void | ||
$options | array | Processor options |
return | void |