opt
/
cpanel
/
ea-wappspector
/
vendor
/
knplabs
/
packagist-api
/
src
/
Packagist
/
Api
/
Result
/
Package
➕ New
📤 Upload
✎ Editing:
Dist.php
← Back
<?php namespace Packagist\Api\Result\Package; class Dist extends Source { /** * @var string */ protected $shasum; /** * @var string */ protected $type; /** * @var string */ protected $url; /** * @var string */ protected $reference; /** * @return string */ public function getShasum() { return $this->shasum; } /** * @return string */ public function getType() { return $this->type; } /** * @return string */ public function getUrl() { return $this->url; } /** * @return string */ public function getReference() { return $this->reference; } }
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel