\Charcoal\PropertyTemplateProperty

Template Selector Property

Summary

Methods
Properties
Constants
setDependencies()
type()
__toString()
sqlExtra()
sqlType()
sqlPdoType()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

setDependencies()

setDependencies(\Pimple\Container  $container) : void

Inject dependencies from a DI Container.

Parameters

\Pimple\Container $container

A dependencies container instance.

type()

type() : string

Returns

string

__toString()

__toString() : string|null

Retrieve the selected template's fully-qualified class name.

Returns

string|null

sqlExtra()

sqlExtra() : string

Returns

string

sqlType()

sqlType() : string

Get the SQL type (Storage format)

Stored as VARCHAR for maxLength under 255 and TEXT for other, longer strings

Returns

string —

The SQL type

sqlPdoType()

sqlPdoType() : integer

Returns

integer