Autoloader::require_file( string $file )
If a file exists, require it from the file system.
Parameters
- $file
-
(Required) The file to require.
Return
(bool) True if the file exists, false if not.
Source
File: autoloader.php
Expand full source code Collapse full source code View on Github