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
2016-10-30 17:10:05
Comments
Leave a Comment

Please login to continue.