/** * Check whether the model was the result of a call to create() or not * * @return bool */ public function is_new() { return $this->One->is_new(); }