| Current Path : /home/ereika83/www/wp-content/plugins/sfwd-lms/vendor-prefixed/illuminate/contracts/View/ |
| Current File : /home/ereika83/www/wp-content/plugins/sfwd-lms/vendor-prefixed/illuminate/contracts/View/Engine.php |
<?php
/**
* @license MIT
*
* Modified by learndash on 18-December-2024 using Strauss.
* @see https://github.com/BrianHenryIE/strauss
*/
namespace StellarWP\Learndash\Illuminate\Contracts\View;
interface Engine
{
/**
* Get the evaluated contents of the view.
*
* @param string $path
* @param array $data
* @return string
*/
public function get($path, array $data = []);
}