Merged in feature/314-dev-dev01 (pull request #24)
auto-patch 314-dev-dev01-2024-01-25T04_09_02 * auto-patch 314-dev-dev01-2024-01-25T04_09_02
This commit is contained in:
@@ -27,28 +27,28 @@ class SEO_Links extends Model {
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
const TYPE_INTERNAL = 'internal';
|
||||
public const TYPE_INTERNAL = 'internal';
|
||||
|
||||
/**
|
||||
* Indicates that the link is internal.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
const TYPE_EXTERNAL = 'external';
|
||||
public const TYPE_EXTERNAL = 'external';
|
||||
|
||||
/**
|
||||
* Indicates the link is an internal image.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
const TYPE_INTERNAL_IMAGE = 'image-in';
|
||||
public const TYPE_INTERNAL_IMAGE = 'image-in';
|
||||
|
||||
/**
|
||||
* Indicates the link is an external image.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
const TYPE_EXTERNAL_IMAGE = 'image-ex';
|
||||
public const TYPE_EXTERNAL_IMAGE = 'image-ex';
|
||||
|
||||
/**
|
||||
* Holds the parsed URL. May not be set.
|
||||
|
||||
Reference in New Issue
Block a user