PHP Class Phalcon\Db\Adapter\MongoDB\Exception\BadMethodCallException

Inheritance: extends BadMethodCallException, implements Exception
Show file Open project: phalcon/incubator Class Usage Examples

Public Methods

Method Description
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.

Method Details

classIsImmutable() public static method

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

unacknowledgedWriteResultAccess() public static method

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