1 | <?php namespace Arcanesoft\Seo\Models; |
||
11 | class Redirect extends BaseRedirect |
||
12 | { |
||
13 | /* ----------------------------------------------------------------- |
||
14 | | Main Methods |
||
15 | | ----------------------------------------------------------------- |
||
16 | */ |
||
17 | |||
18 | /** |
||
19 | * Create a redirection. |
||
20 | * |
||
21 | * @param array $attributes |
||
22 | * |
||
23 | * @return self |
||
24 | */ |
||
25 | public static function createRedirect(array $attributes) |
||
31 | } |
||
32 |