| @@ -26,9 +26,9 @@ | ||
| 26 | 26 | * Indicates that the link is external. |
| 27 | 27 | * |
| 28 | 28 | * @var string |
| 29 | 29 | */ |
| 30 | - const TYPE_INTERNAL = 'internal'; | |
| 30 | + public const TYPE_INTERNAL = 'internal'; | |
| 31 | 31 | |
| 32 | 32 | /** |
| 33 | 33 | * Indicates that the link is internal. |
| 34 | 34 | * |
| @@ -33,9 +33,9 @@ | ||
| 33 | 33 | * Indicates that the link is internal. |
| 34 | 34 | * |
| 35 | 35 | * @var string |
| 36 | 36 | */ |
| 37 | - const TYPE_EXTERNAL = 'external'; | |
| 37 | + public const TYPE_EXTERNAL = 'external'; | |
| 38 | 38 | |
| 39 | 39 | /** |
| 40 | 40 | * Indicates the link is an internal image. |
| 41 | 41 | * |
| @@ -40,9 +40,9 @@ | ||
| 40 | 40 | * Indicates the link is an internal image. |
| 41 | 41 | * |
| 42 | 42 | * @var string |
| 43 | 43 | */ |
| 44 | - const TYPE_INTERNAL_IMAGE = 'image-in'; | |
| 44 | + public const TYPE_INTERNAL_IMAGE = 'image-in'; | |
| 45 | 45 | |
| 46 | 46 | /** |
| 47 | 47 | * Indicates the link is an external image. |
| 48 | 48 | * |
| @@ -47,9 +47,9 @@ | ||
| 47 | 47 | * Indicates the link is an external image. |
| 48 | 48 | * |
| 49 | 49 | * @var string |
| 50 | 50 | */ |
| 51 | - const TYPE_EXTERNAL_IMAGE = 'image-ex'; | |
| 51 | + public const TYPE_EXTERNAL_IMAGE = 'image-ex'; | |
| 52 | 52 | |
| 53 | 53 | /** |
| 54 | 54 | * Holds the parsed URL. May not be set. |
| 55 | 55 | * |