PHP Class Jarves\Admin\FieldTypes\TypeUserPassword

Inheritance: extends AbstractSingleColumnType
Afficher le fichier Open project: jarves/jarves

Protected Properties

Свойство Type Description
$name
$phpDataType
$sqlDataType

Méthodes publiques

Méthode Description
__construct ( Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface $encoderFactory )
getValue ( )
isDiffAllowed ( )

Method Details

__construct() public méthode

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

getValue() public méthode

public getValue ( )

isDiffAllowed() public méthode

public isDiffAllowed ( )

Property Details

$name protected_oe property

protected $name

$phpDataType protected_oe property

protected $phpDataType

$sqlDataType protected_oe property

protected $sqlDataType