db\ActiveRecordInterface getIsNewRecord()

getIsNewRecord() public abstract method

Returns a value indicating whether the current record is new (not saved in the database).

public abstract boolean getIsNewRecord ( )
return boolean

Whether the record is new and should be inserted when calling save().

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

Please login to continue.