PHP 클래스 app\models\Users

상속: extends yii\db\ActiveRecord
파일 보기 프로젝트 열기: andrey900/slimcms 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$fillable
$table

공개 메소드들

메소드 설명
makePass ( $pass )
save ( array $options = [] )
update ( array $arData = [], array $options = [] )
verifyPassword ( $pass )

메소드 상세

makePass() 공개 정적인 메소드

public static makePass ( $pass )

save() 공개 메소드

public save ( array $options = [] )
$options array

update() 공개 메소드

public update ( array $arData = [], array $options = [] )
$arData array
$options array

verifyPassword() 공개 메소드

public verifyPassword ( $pass )

프로퍼티 상세

$fillable 보호되어 있는 프로퍼티

protected $fillable

$table 보호되어 있는 프로퍼티

protected $table