refactor: object property names
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
@@ -14,11 +14,11 @@ use KTXF\Resource\Provider\Node\NodePropertiesBaseInterface;
|
||||
interface EntityPropertiesBaseInterface extends NodePropertiesBaseInterface {
|
||||
|
||||
public const JSON_TYPE = 'document:file';
|
||||
public const JSON_PROPERTY_LABEL = 'label';
|
||||
public const JSON_PROPERTY_SIZE = 'size';
|
||||
public const JSON_PROPERTY_MIME = 'mime';
|
||||
public const JSON_PROPERTY_FORMAT = 'format';
|
||||
public const JSON_PROPERTY_ENCODING = 'encoding';
|
||||
public const PROPERTY_LABEL = 'label';
|
||||
public const PROPERTY_SIZE = 'size';
|
||||
public const PROPERTY_MIME = 'mime';
|
||||
public const PROPERTY_FORMAT = 'format';
|
||||
public const PROPERTY_ENCODING = 'encoding';
|
||||
|
||||
public function size(): int;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user