<?php
namespace Packagist\Api\Result\Package;
class Author extends Maintainer
{
/**
* @var string
*/
protected $role;
/**
* @return string
*/
public function getRole()
{
return $this->role;
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Author.php | File | 249 B | 0644 |
|
| Dist.php | File | 759 B | 0644 |
|
| Downloads.php | File | 1.01 KB | 0644 |
|
| Maintainer.php | File | 646 B | 0644 |
|
| Source.php | File | 639 B | 0644 |
|
| Version.php | File | 4.6 KB | 0644 |
|