ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilWebDAVCommonINodeFunctionsTrait.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 {
23  protected function retrieveLastModifiedAsIntFromObjectLastUpdateString(string $last_update): ?int
24  {
25  $last_update_int = strtotime($last_update);
26  if ($last_update_int !== false) {
27  return $last_update_int;
28  }
29 
30  return null;
31  }
32 }
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null