StringTemplate

Type
Class
Namespace
Craft
Inherits
Craft\StringTemplate
Since
1.0

Class StringTemplate

See also http://craftcms.com

View source (opens new window)

# Public Properties

# $cacheKey

Signature

public null, string $cacheKey = null

# $template

Signature

public null, string $template = null

# Public Methods

Method Description
__construct() Constructor
__toString() Use the cache key as the string representation.

# __construct()

Signature

public Craft\StringTemplate __construct ( $cacheKey = null, $template = null )

# __toString()

Use the cache key as the string representation.

View source (opens new window)

Returns

string (opens new window)

Signature

public string __toString ( )