App\services\Plugin::packageInfoAttribute PHP Méthode

packageInfoAttribute() public méthode

Dot notation getter for composer.json attributes.
See also: https://laravel.com/docs/5.1/helpers#arrays
public packageInfoAttribute ( $name ) : mixed
$name
Résultat mixed
    public function packageInfoAttribute($name)
    {
        return Arr::get($this->packageInfo, $name);
    }