Documentation

PasswordType extends Type
in package

Generic password type to simplify password handling.

Tags
see
YamlDriver
copyright

Cloudrexx AG

author

Michael Ritter michael.ritter@comvation.com

subpackage

core_model

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

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

        
On this page

Search results