PasswordType
extends Type
in package
Generic password type to simplify password handling.
Tags
Table of Contents
Methods
- convertToDatabaseValue() : mixed
- {@inheritdoc}
- convertToPHPValue() : mixed
- {@inheritdoc}
- getDefaultLength() : mixed
- {@inheritdoc}
- getName() : mixed
- {@inheritdoc}
- getSQLDeclaration() : mixed
- {@inheritdoc}
- requiresSQLCommentHint() : mixed
- {@inheritdoc}
Methods
convertToDatabaseValue()
{@inheritdoc}
public
convertToDatabaseValue(mixed $value, AbstractPlatform $platform) : mixed
Parameters
- $value : mixed
- $platform : AbstractPlatform
convertToPHPValue()
{@inheritdoc}
public
convertToPHPValue(mixed $value, AbstractPlatform $platform) : mixed
Parameters
- $value : mixed
- $platform : AbstractPlatform
getDefaultLength()
{@inheritdoc}
public
getDefaultLength(AbstractPlatform $platform) : mixed
Parameters
- $platform : AbstractPlatform
getName()
{@inheritdoc}
public
getName() : mixed
getSQLDeclaration()
{@inheritdoc}
public
getSQLDeclaration(array<string|int, mixed> $fieldDeclaration, AbstractPlatform $platform) : mixed
Parameters
- $fieldDeclaration : array<string|int, mixed>
- $platform : AbstractPlatform
requiresSQLCommentHint()
{@inheritdoc}
public
requiresSQLCommentHint(AbstractPlatform $platform) : mixed
Parameters
- $platform : AbstractPlatform