PHP 클래스 seregazhuk\PinterestBot\Api\Providers\Password

상속: extends Provider
파일 보기 프로젝트 열기: seregazhuk/php-pinterest-bot

보호된 프로퍼티들

프로퍼티 타입 설명
$loginRequiredFor array

공개 메소드들

메소드 설명
change ( string $oldPassword, string $newPassword ) : boolean
reset ( string $link, string $newPassword ) : boolean | Response Set a new password by link from reset password email
sendResetLink ( string $user ) : boolean Ask for password reset link in email

보호된 메소드들

메소드 설명
parseCurrentUrl ( ) : string

메소드 상세

change() 공개 메소드

public change ( string $oldPassword, string $newPassword ) : boolean
$oldPassword string
$newPassword string
리턴 boolean

parseCurrentUrl() 보호된 메소드

protected parseCurrentUrl ( ) : string
리턴 string

reset() 공개 메소드

Set a new password by link from reset password email
public reset ( string $link, string $newPassword ) : boolean | Response
$link string
$newPassword string
리턴 boolean | seregazhuk\PinterestBot\Api\Response

프로퍼티 상세

$loginRequiredFor 보호되어 있는 프로퍼티

protected array $loginRequiredFor
리턴 array