CakeDC\Users\Model\Entity\User::_setPassword PHP Method

_setPassword() protected method

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