sphinx\ActiveRecord isTransactional()

isTransactional() public method

Returns a value indicating whether the specified operation is transactional in the current $scenario.

public boolean isTransactional ( $operation )
$operation integer

The operation to check. Possible values are OP_INSERT, OP_UPDATE and OP_DELETE.

return boolean

Whether the specified operation is transactional in the current $scenario.

doc_Yii
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.