App\services\Plugin::packageInfoAttribute PHP Метод

packageInfoAttribute() публичный Метод

Dot notation getter for composer.json attributes.
См. также: https://laravel.com/docs/5.1/helpers#arrays
public packageInfoAttribute ( $name ) : mixed
$name
Результат mixed
    public function packageInfoAttribute($name)
    {
        return Arr::get($this->packageInfo, $name);
    }