PHP 클래스 ManaPHP\Authorization\Rbac\Models\UserRole

상속: extends ManaPHP\Mvc\Model
파일 보기 프로젝트 열기: manaphp/manaphp

공개 프로퍼티들

프로퍼티 타입 설명
$created_time integer
$id integer
$role_id integer
$user_id integer

공개 메소드들

메소드 설명
getSource ( ) : string

메소드 상세

getSource() 공개 메소드

public getSource ( ) : string
리턴 string

프로퍼티 상세

$created_time 공개적으로 프로퍼티

public int $created_time
리턴 integer

$id 공개적으로 프로퍼티

public int $id
리턴 integer

$role_id 공개적으로 프로퍼티

public int $role_id
리턴 integer

$user_id 공개적으로 프로퍼티

public int $user_id
리턴 integer