* @return boolean
*/
public function _isNew() {
- return ($this->uid === NULL) || $this->_isClone();
+ return $this->uid === NULL;
}
/**
*
* @return boolean
*/
- public function _isDirty() {
+ public function _isDirty($propertyName = NULL) {
return FALSE;
}