コード例 #1
0
 /**
  * Set the PathFinder to use when looking for templates
  * @param PathFinder $pathFinder
  */
 public static function setPathFinder(PathFinder $pathFinder)
 {
     self::$paths = $pathFinder;
 }