db\BaseActiveRecord offsetUnset()

offsetUnset() public method

Sets the element value at the specified offset to null.

This method is required by the SPL interface ArrayAccess. It is implicitly called when you use something like unset($model[$offset]).

public void offsetUnset ( $offset )
$offset mixed

The offset to unset element

doc_Yii
2016-10-30 16:56:52
Comments
Leave a Comment

Please login to continue.