Mongolid\Exception\ModelNotFoundException::getModel PHP 메소드

getModel() 공개 메소드

Get the affected Mongolid model.
public getModel ( ) : string
리턴 string
    public function getModel()
    {
        return $this->model;
    }
ModelNotFoundException