PHP 클래스 ActiveRecord\ReadOnlyException

상속: extends ModelException
파일 보기 프로젝트 열기: jpfuentes2/php-activerecord

공개 메소드들

메소드 설명
__construct ( str $class_name, str $method_name ) : void Sets the exception message to show the undefined property's name.

메소드 상세

__construct() 공개 메소드

Sets the exception message to show the undefined property's name.
public __construct ( str $class_name, str $method_name ) : void
$class_name str name of the model that is read only
$method_name str name of method which attempted to modify the model
리턴 void