Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F22375125
DockerImage.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
753 B
Referenced Files
None
Subscribers
None
DockerImage.php
View Options
<?php
namespace
Keruald\DockerHub
;
abstract
class
DockerImage
{
///
/// Public properties
///
/**
* @var string
*/
public
$registry
;
/**
* @var string
*/
public
$user
;
/**
* @var string
*/
public
$image
;
///
/// Constructor
///
/**
* Initializes a new instance of a DockerImage object.
*
* @param string $user
* @param string $image
*/
public
function
__construct
(
$user
,
$image
)
{
$this
->
user
=
$user
;
$this
->
image
=
$image
;
}
///
/// Helper methods
///
/**
* Gets the URL to the image on the registry.
*
* @return string
*/
public
abstract
function
getRegistryUrl
();
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Jan 30, 06:11 (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3396421
Default Alt Text
DockerImage.php (753 B)
Attached To
Mode
rKDOCKERHUB Keruald Docker Hub
Attached
Detach File
Event Timeline
Log In to Comment