17 lines
270 B
PHP
17 lines
270 B
PHP
<?php
|
|
|
|
|
|
namespace podmanImageManager;
|
|
|
|
|
|
use objectStructs\objectStructs;
|
|
|
|
class imageAnnotations extends objectStructs
|
|
{
|
|
/** @var string */
|
|
public $purpose;
|
|
/** @var string */
|
|
public $hostController;
|
|
/** @var string */
|
|
public $clientController;
|
|
} |