rbac\DbManager supportsCascadeUpdate()

supportsCascadeUpdate() protected method

Returns a value indicating whether the database supports cascading update and delete.

The default implementation will return false for SQLite database and true for all other databases.

protected boolean supportsCascadeUpdate ( )
return boolean

Whether the database supports cascading update and delete.

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

Please login to continue.