CakeDC\Users\Model\Entity\User::_setPassword PHP Méthode

_setPassword() protected méthode

protected _setPassword ( string $password ) : boolean | string
$password string password that will be set.
Résultat boolean | string
    protected function _setPassword($password)
    {
        return $this->hashPassword($password);
    }