Add object position set
This commit is contained in:
parent
c2af63fddd
commit
6f91f08279
17
src/MDObjectPositionsSet.php
Normal file
17
src/MDObjectPositionsSet.php
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?PHP
|
||||
/**
|
||||
* Contains a class for controlling the list of available positions on an object.
|
||||
*
|
||||
* @author Joshua Ramon Enslin <joshua@museum-digital.de>
|
||||
*/
|
||||
|
||||
/**
|
||||
* Class containing available positions on an object.
|
||||
*/
|
||||
class MDObjectPositionsSet {
|
||||
|
||||
const POSITIONS = [
|
||||
'left', 'top_left', 'top', 'top_right', 'right', 'bottom_right', 'bottom', 'bottom_left', 'center', 'rear_side', 'edge', 'other',
|
||||
];
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user