PHP 클래스 Phalcon\Db\Adapter\MongoDB\Exception\BadMethodCallException

상속: extends BadMethodCallException, implements Exception
파일 보기 프로젝트 열기: phalcon/incubator 1 사용 예제들

공개 메소드들

메소드 설명
classIsImmutable ( string $class ) : self Thrown when a mutable method is invoked on an immutable object.
unacknowledgedWriteResultAccess ( string $method ) : self Thrown when accessing a result field on an unacknowledged write result.

메소드 상세

classIsImmutable() 공개 정적인 메소드

Thrown when a mutable method is invoked on an immutable object.
public static classIsImmutable ( string $class ) : self
$class string Class name
리턴 self

unacknowledgedWriteResultAccess() 공개 정적인 메소드

Thrown when accessing a result field on an unacknowledged write result.
public static unacknowledgedWriteResultAccess ( string $method ) : self
$method string Method name
리턴 self