PHP 클래스 Xpressengine\User\Rating

저자: XE Developers ([email protected])
파일 보기 프로젝트 열기: xpressengine/xpressengine 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$ratings array 회원등급 목록

공개 메소드들

메소드 설명
compare ( string $type, string $criterion ) : integer 주어진 키워드와 기준이 되는 키워드의 등급의 높낮이 비교
getAll ( ) : array getAll
getUsableAll ( ) : array 사용 가능한 회원등급을 반환

메소드 상세

compare() 공개 정적인 메소드

주어진 키워드와 기준이 되는 키워드의 등급의 높낮이 비교
public static compare ( string $type, string $criterion ) : integer
$type string target rating keyword
$criterion string criterion keyword
리턴 integer

getAll() 공개 정적인 메소드

getAll
public static getAll ( ) : array
리턴 array

getUsableAll() 공개 정적인 메소드

guest 는 비회원 상태이므로 배제시킴
public static getUsableAll ( ) : array
리턴 array

프로퍼티 상세

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

회원등급 목록
protected static array $ratings
리턴 array