Trait TemplateResolverTrait
	
	Support functions for template resolvers.
	 
	
	
		
			Methods summary
			
		
			| 
				 protected 
				array
				
				 | 
			#
			resolve_tries( array $paths, string $name, array $extensions )
				Resolves path tries. The method resolves a try path collection from a collection of roots, template name, and
extension collection. Parameters
						$pathsTemplate directories paths.$nameTemplate name.$extensionsSupported extensions.Returns
						arrayA collection of candidate template pathnames.
 | 
		
			| 
				 protected 
				string|null
				
				 | 
			#
			resolve_path( array $tries, array & $tried )
				Resolves a template path. 
				Resolves a template path. The method returns the pathname of the first file matching the path collection. The tried
paths are collected in $tried. ParametersReturns
						string|null
					 |