PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
knplabs
/
packagist-api
/
src
/
Packagist
/
Api
/
Result
/
Package
<?php namespace Packagist\Api\Result\Package; class Author extends Maintainer { /** * @var string */ protected $role; /** * @return string */ public function getRole() { return $this->role; } }
[+]
..
[-] Version.php
[edit]
[-] Downloads.php
[edit]
[-] Maintainer.php
[edit]
[-] Dist.php
[edit]
[-] Author.php
[edit]
[-] Source.php
[edit]