/** * Populates the the current object based on a $archiveTablePhpName archive object. * * @param $archive An archived object based on the same class * * @return The current object (for fluent API support) */ public function populateFromArchive($archive) { return $this; }