Public Member Functions | |
resolve ($path, $repository=false, $callerPath=false) |
Given a path, a template repository and a template caller path, one resolver must decide whether or not it can retrieve the template source.
Definition at line 11 of file SourceResolver.php.
|
Resolve a template source path. This method is invoked each time a template source has to be located. This method must returns a PHPTAL_SourceLocator object which 'point' to the template source and is able to retrieve it. If the resolver does not handle this kind of path, it must return 'false' so PHPTAL will ask other resolvers.
Definition at line 36 of file SourceResolver.php. References path, and resolve(). Referenced by resolve(). |