PHP 클래스 Phosphorum\Models\Users

상속: extends Phalcon\Mvc\Model
파일 보기 프로젝트 열기: phalcon/forum 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$access_token
$banned
$created_at
$digest
$email
$gravatar_id
$id
$karma
$login
$moderator
$modified_at
$name
$notifications
$theme
$timezone
$token_type
$votes
$votes_points

공개 메소드들

메소드 설명
afterCreate ( )
afterValidation ( )
beforeCreate ( )
beforeSave ( )
decreaseKarma ( $karma )
getHumanKarma ( ) : string
increaseKarma ( $karma )
initialize ( )

메소드 상세

afterCreate() 공개 메소드

public afterCreate ( )

afterValidation() 공개 메소드

public afterValidation ( )

beforeCreate() 공개 메소드

public beforeCreate ( )

beforeSave() 공개 메소드

public beforeSave ( )

decreaseKarma() 공개 메소드

public decreaseKarma ( $karma )
$karma

getHumanKarma() 공개 메소드

public getHumanKarma ( ) : string
리턴 string

increaseKarma() 공개 메소드

public increaseKarma ( $karma )
$karma

initialize() 공개 메소드

public initialize ( )

프로퍼티 상세

$access_token 공개적으로 프로퍼티

public $access_token

$banned 공개적으로 프로퍼티

public $banned

$created_at 공개적으로 프로퍼티

public $created_at

$digest 공개적으로 프로퍼티

public $digest

$email 공개적으로 프로퍼티

public $email

$gravatar_id 공개적으로 프로퍼티

public $gravatar_id

$id 공개적으로 프로퍼티

public $id

$karma 공개적으로 프로퍼티

public $karma

$login 공개적으로 프로퍼티

public $login

$moderator 공개적으로 프로퍼티

public $moderator

$modified_at 공개적으로 프로퍼티

public $modified_at

$name 공개적으로 프로퍼티

public $name

$notifications 공개적으로 프로퍼티

public $notifications

$theme 공개적으로 프로퍼티

public $theme

$timezone 공개적으로 프로퍼티

public $timezone

$token_type 공개적으로 프로퍼티

public $token_type

$votes 공개적으로 프로퍼티

public $votes

$votes_points 공개적으로 프로퍼티

public $votes_points