PHP Class Jarves\Admin\FieldTypes\TypeUserPassword

Inheritance: extends AbstractSingleColumnType
Show file Open project: jarves/jarves

Protected Properties

Property Type Description
$name
$phpDataType
$sqlDataType

Public Methods

Method Description
__construct ( Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface $encoderFactory )
getValue ( )
isDiffAllowed ( )

Method Details

__construct() public method

public __construct ( Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface $encoderFactory )
$encoderFactory Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface

getValue() public method

public getValue ( )

isDiffAllowed() public method

public isDiffAllowed ( )

Property Details

$name protected property

protected $name

$phpDataType protected property

protected $phpDataType

$sqlDataType protected property

protected $sqlDataType