PHP 클래스 Adldap\Models\ModelDoesNotExistException

상속: extends Adldap\AdldapException
파일 보기 프로젝트 열기: adldap2/adldap2

보호된 프로퍼티들

프로퍼티 타입 설명
$model string The class name of the model that does not exist.

공개 메소드들

메소드 설명
setModel ( string $model ) : ModelDoesNotExistException Sets the model that does not exist.

메소드 상세

setModel() 공개 메소드

Sets the model that does not exist.
public setModel ( string $model ) : ModelDoesNotExistException
$model string
리턴 ModelDoesNotExistException

프로퍼티 상세

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

The class name of the model that does not exist.
protected string $model
리턴 string