Class TemplateOptionsProperty
Template Options Property
-
Charcoal\Property\StructureProperty
-
Charcoal\Property\TemplateOptionsProperty
Methods summary
public
string
|
#
type( )
Retrieve the property's type identifier.
Retrieve the property's type identifier.
Returns
string
|
public
Charcoal\Property\TemplateOptionsProperty
|
#
addStructureInterface( string $interface )
Add the given metadata interfaces for the property to use as a structure.
Add the given metadata interfaces for the property to use as a structure.
Parameters
- $interface
- A metadata interface to use.
Returns
Throws
InvalidArgumentException If the template property value is invalid.
See
StructureProperty::addStructureInterface()
|