_ide-helpers.php 282 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 <?php // phpcs:ignoreFile namespace Illuminate\View { /** * @method string getCompiled() Get the compiled path of the view * @method string makeLoader() Creates a loader for the view to be called later * @codeCoverageIgnore */ class View { } }