PHP 클래스 Application\Admin\Models\AdminDetail

상속: extends ModelBase
파일 보기 프로젝트 열기: manaphp/manaphp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$admin_id integer
$admin_name string
$created_time integer
$email string
$updated_time integer

프로퍼티 상세

$admin_id 공개적으로 프로퍼티

public int $admin_id
리턴 integer

$admin_name 공개적으로 프로퍼티

public string $admin_name
리턴 string

$created_time 공개적으로 프로퍼티

public int $created_time
리턴 integer

$email 공개적으로 프로퍼티

public string $email
리턴 string

$updated_time 공개적으로 프로퍼티

public int $updated_time
리턴 integer