Property | Type | Description | |
---|---|---|---|
$validExtensions | array | Valid file extensions for this loader |
Method | Description | |
---|---|---|
load ( string $resource, string | null $type = null ) : array | Load a PHP file | |
supports ( string $resource, string $type = null ) : boolean | Return whether or not the resource passed in is supported by this loader !\ This does not verify that the php file returns a valid array. An exception will be thrown when it is loaded if that is not the case. |
public static array $validExtensions | ||
return | array |