Source of file UrlGenerator.php

Size: 0,379 Bytes - Last Modified: 2016-08-17T20:13:24+00:00

../src/Aviat/Director/UrlGenerator.php

123456789101112131415161718192021
<?php
/**
 * Director
 *
 * A general purpose url router and generator
 *
 * @package     Director
 * @author      Timothy J. Warren
 * @copyright   Copyright (c) 2016
 * @link        https://git.timshomepage.net/timw4mail/director
 * @license     MIT
 */

namespace Aviat\Director;

/**
 * Class to generate full urls from route names and parameters
 */
class UrlGenerator {
	
}