PHP 클래스 mtv\wp\models\User

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

공개 프로퍼티들

프로퍼티 타입 설명
$collection
$defaults
$editable_json_fields
$json_fields

공개 메소드들

메소드 설명
__toString ( )
activate ( $key )
fetch ( )
get_avatar ( )
initialize ( $attrs )
parse ( &$userdata )
register ( )
save ( )
signon ( $kwargs ) signon Takes an array of keyword arguments, attempts to find the user and sign him/her on.
sites ( ) sites Returns a SiteCollection containing all the sites this user is connected to.
to_json ( )
validate ( )

메소드 상세

__toString() 공개 메소드

public __toString ( )

activate() 공개 정적인 메소드

public static activate ( $key )

fetch() 공개 메소드

public fetch ( )

get_avatar() 공개 메소드

public get_avatar ( )

initialize() 공개 메소드

public initialize ( $attrs )

parse() 공개 메소드

public parse ( &$userdata )

register() 공개 메소드

public register ( )

save() 공개 메소드

public save ( )

signon() 공개 정적인 메소드

signon Takes an array of keyword arguments, attempts to find the user and sign him/her on.
public static signon ( $kwargs )

sites() 공개 메소드

sites Returns a SiteCollection containing all the sites this user is connected to.
public sites ( )

to_json() 공개 메소드

public to_json ( )

validate() 공개 메소드

public validate ( )

프로퍼티 상세

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

public static $collection

$defaults 공개적으로 프로퍼티

public $defaults

$editable_json_fields 공개적으로 프로퍼티

public $editable_json_fields

$json_fields 공개적으로 프로퍼티

public $json_fields