PHP 클래스 mtv\wp\models\UserCollection

상속: extends mtv\models\Collection
파일 보기 프로젝트 열기: newsapps/wordpress-mtv

공개 프로퍼티들

프로퍼티 타입 설명
$model

공개 메소드들

메소드 설명
filter ( $kwargs ) Returns an array of users based on criteria Proxies to the WordPress get_users function internally. Use this function as you would use get_users.
get_by ( $kwargs )
get_current ( )

메소드 상세

filter() 공개 정적인 메소드

http://codex.wordpress.org/Function_Reference/get_users
public static filter ( $kwargs )

get_by() 공개 정적인 메소드

public static get_by ( $kwargs )

get_current() 공개 정적인 메소드

public static get_current ( )

프로퍼티 상세

$model 공개적으로 정적으로 프로퍼티

public static $model