update() 공개 메소드

Updates this object in database.
public update ( ) : boolean
리턴 boolean Success
예제 #1
0
 public function testUpdateShouldReturnFalseIfCollectionIsNull()
 {
     $this->assertFalse($this->entity->update());
 }
 /**
  * {@inheritdoc}
  */
 public function update()
 {
     $this->hashAttributes();
     return parent::update();
 }