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

Inheritance: extends BadMethodCallException, implements Exception
Afficher le fichier Open project: phalcon/incubator Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

unacknowledgedWriteResultAccess() public static méthode

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