PHP 클래스 Contao\MemberModel

상속: extends Model
파일 보기 프로젝트 열기: contao/core-bundle 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$strTable string Table name

공개 메소드들

메소드 설명
findActiveByEmailAndUsername ( string $strEmail, string $strUsername = null, array $arrOptions = [] ) : MemberModel | null 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

메소드 상세

findActiveByEmailAndUsername() 공개 정적인 메소드

Find an active member by their e-mail-address and username
public static findActiveByEmailAndUsername ( string $strEmail, string $strUsername = null, array $arrOptions = [] ) : MemberModel | null
$strEmail string The e-mail address
$strUsername string The username
$arrOptions array An optional options array
리턴 MemberModel | null The model or null if there is no member

findUnactivatedByEmail() 공개 정적인 메소드

Find an unactivated member by their e-mail-address
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

프로퍼티 상세

$strTable 보호되어 있는 정적으로 프로퍼티

Table name
protected static string $strTable
리턴 string