프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$strTable | string | Table name |
메소드 | 설명 | |
---|---|---|
findActiveByEmailAndUsername ( string $strEmail, string $strUsername = null, array $arrOptions = [] ) : |
Find an active member by their e-mail-address and username | |
findUnactivatedByEmail ( string $strEmail, array $arrOptions = [] ) : static | Find an unactivated member by their e-mail-address |
public static findActiveByEmailAndUsername ( string $strEmail, string $strUsername = null, array $arrOptions = [] ) : |
||
$strEmail | string | The e-mail address |
$strUsername | string | The username |
$arrOptions | array | An optional options array |
리턴 | The model or null if there is no member |
public static findUnactivatedByEmail ( string $strEmail, array $arrOptions = [] ) : static | ||
$strEmail | string | The e-mail address |
$arrOptions | array | An optional options array |
리턴 | static | The model or null if there is no member |