PathBuilder
Base PathBuilder class.
Tags
Table of Contents
| $locator | ResourceLocatorInterface | |
|---|---|---|
| $uri | string | |
| __construct() | Create the loader. | mixed | 
| buildPaths() | Build out the ordered list of file paths, using the designated locator and uri for this loader. | array | 
Properties
$locator
        protected
                ResourceLocatorInterface
        $locator
            
            
$uri
        protected
                string
        $uri
            
            
Methods
__construct()
Create the loader.
        public
                                __construct(
                    
                            $locator :
                ResourceLocatorInterface
                            
                    
            ,                 $uri :
                string
                            
                )
        : mixed
    
    
            Parameters
- $locator : ResourceLocatorInterface
- $uri : string
Return values
mixedbuildPaths()
Build out the ordered list of file paths, using the designated locator and uri for this loader.
        public
        abstract                        buildPaths(
                )
        : array