Beispiel #1
0
 public function update($runValidation = true, $attributeNames = null)
 {
     $this->updatedAt = new \MongoDate();
     return parent::update($runValidation, $attributeNames);
 }