Author.php
| 249 B | Satir:
0
| php
Geri
<?php namespace Packagist\Api\Result\Package; class Author extends Maintainer { /** * @var string */ protected $role; /** * @return string */ public function getRole() { return $this->role; } }
Kaydet
Ctrl+S ile kaydet