프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$loginRequiredFor | array |
메소드 | 설명 | |
---|---|---|
confirmEmail ( string $link ) : array | boolean | ||
isLoggedIn ( ) : boolean | ||
login ( string $username, string $password, boolean $autoLogin = true ) : boolean | Login as pinner. | |
logout ( ) | ||
register ( string $email, string $password, string $name, string $country = 'GB', integer $age = 18 ) : boolean | Register a new user. | |
registerBusiness ( string $email, string $password, string $businessName, string $website = '' ) : boolean | mixed | Register a new business account. | |
visitMainPage ( ) |
메소드 | 설명 | |
---|---|---|
checkCredentials ( string $username, string $password ) | Validates password and login. | |
completeRegistration ( ) : boolean | ||
getProfile ( ) : array | ||
makeRegisterCall ( array $data ) : boolean | mixed | ||
processAutoLogin ( string $username ) : boolean | ||
processLogin ( string $username, string $password ) : boolean | ||
sendEmailVerificationRequest ( ) : boolean | |
||
sendRegisterActionRequest ( array $actions = [] ) : boolean | |
||
sendRegisterActions ( ) : boolean |
protected checkCredentials ( string $username, string $password ) | ||
$username | string | |
$password | string |
protected processAutoLogin ( string $username ) : boolean | ||
$username | string | |
리턴 | boolean |
protected sendEmailVerificationRequest ( ) : boolean | |
||
리턴 | boolean | |
protected sendRegisterActionRequest ( array $actions = [] ) : boolean | |
||
$actions | array | |
리턴 | boolean | |