PHP Class Bolt\Storage\Field\Type\HtmlType

Author: Ross Riley ([email protected])
Inheritance: extends FieldTypeBase, implements Bolt\Storage\Field\Sanitiser\SanitiserAwareInterface, implements Bolt\Storage\Field\Sanitiser\WysiwygAwareInterface, use trait Bolt\Storage\Field\Sanitiser\SanitiserAwareTrait
Datei anzeigen Open project: bolt/bolt

Public Methods

Method Description
getName ( )
getStorageType ( ) : Doctrine\DBAL\Types\Type Returns the name of the Doctrine storage type to use for a field.
hydrate ( $data, $entity )

Method Details

getName() public method

public getName ( )

getStorageType() public method

Returns the name of the Doctrine storage type to use for a field.
public getStorageType ( ) : Doctrine\DBAL\Types\Type
return Doctrine\DBAL\Types\Type

hydrate() public method

public hydrate ( $data, $entity )