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. |
public static classIsImmutable ( string $class ) : self | ||
$class | string | Class name |
return | self |
public static unacknowledgedWriteResultAccess ( string $method ) : self | ||
$method | string | Method name |
return | self |