PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
sitepress-multilingual-cms
/
classes
/
ATE
/
Log
<?php namespace WPML\TM\ATE\Log; use function WPML\Container\make; class ViewFactory { public function create() { $logs = make( Storage::class )->getAll(); return new View( $logs ); } }
[-] Storage.php
[edit]
[-] Entry.php
[edit]
[-] ViewFactory.php
[edit]
[+]
..
[-] EventsTypes.php
[edit]
[-] View.php
[edit]
[-] Hooks.php
[edit]