File manager - Edit - /home/verseaumee/maze/wp-content/plugins/google-listings-and-ads/src/Infrastructure/ViewFactory.php
Back
<?php declare( strict_types=1 ); namespace Automattic\WooCommerce\GoogleListingsAndAds\Infrastructure; defined( 'ABSPATH' ) || exit; /** * Interface ViewFactory * * @package Automattic\WooCommerce\GoogleListingsAndAds\Infrastructure */ interface ViewFactory { /** * Create a new view object. * * @param string $path Path to the view file to render. * * @return View Instantiated view object. */ public function create( string $path ): View; }
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings