Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Mongolid
Exception
ModelNotFoundException
PHP 클래스 Mongolid\Exception\ModelNotFoundException
상속:
extends
RuntimeExceptio\RuntimeException
파일 보기
프로젝트 열기: leroy-merlin-br/mongolid
보호된 프로퍼티들
프로퍼티
타입
설명
$message
string
Exception message.
$model
string
Name of the affected Mongolid model.
공개 메소드들
메소드
설명
getModel
( ) :
string
Get the affected Mongolid model.
setModel
(
string
$model
)
Set the affected Mongolid model.
메소드 상세
getModel()
공개
메소드
Get the affected Mongolid model.
public
getModel
( ) :
string
리턴
string
setModel()
공개
메소드
Set the affected Mongolid model.
public
setModel
(
string
$model
)
$model
string
Name of the model.
프로퍼티 상세
$message
보호되어 있는 프로퍼티
Exception message.
protected
string
$message
리턴
string
$model
보호되어 있는 프로퍼티
Name of the affected Mongolid model.
protected
string
$model
리턴
string