Db::persistAll() 

\nn\t3::Db()->persistAll(); 

Persist all.

\nn\t3::Db()->persistAll();
Copied!

| @return void

Source Code 

public function persistAll ()
{
	$persistenceManager = \nn\t3::injectClass( PersistenceManager::class );
	$persistenceManager->persistAll();
}
Copied!